From 766936c982552cba56408ea8e433895db7b403ff Mon Sep 17 00:00:00 2001 From: 0xAustinWang Date: Tue, 26 Nov 2024 00:13:49 +0900 Subject: [PATCH] make test runnable --- integration-tests/load/ccip/{ccip_load.go => ccip_test.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename integration-tests/load/ccip/{ccip_load.go => ccip_test.go} (99%) diff --git a/integration-tests/load/ccip/ccip_load.go b/integration-tests/load/ccip/ccip_test.go similarity index 99% rename from integration-tests/load/ccip/ccip_load.go rename to integration-tests/load/ccip/ccip_test.go index 52e4bbdb039..d9782218519 100644 --- a/integration-tests/load/ccip/ccip_load.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 LoadTestCCIP(t *testing.T) { +func TestCCIP_Load(t *testing.T) { ctx := tests.Context(t) l := logging.GetTestLogger(t)