From 1eee96f63d72641de568b9289266032e94c89019 Mon Sep 17 00:00:00 2001 From: 0xAustinWang Date: Tue, 26 Nov 2024 17:40:26 +0900 Subject: [PATCH] rename --- integration-tests/load/ccip/ccip_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/load/ccip/ccip_test.go b/integration-tests/load/ccip/ccip_test.go index d9782218519..3fc130b855d 100644 --- a/integration-tests/load/ccip/ccip_test.go +++ b/integration-tests/load/ccip/ccip_test.go @@ -32,7 +32,7 @@ var ( // Parse all events from the simulated chains, send to Loki // step 4: teardown // Stop the chains, cleanup the environment -func TestCCIP_Load(t *testing.T) { +func TestCCIPLoad_RPS(t *testing.T) { ctx := tests.Context(t) l := logging.GetTestLogger(t)