Skip to content

Commit

Permalink
make test runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustinWang committed Nov 25, 2024
1 parent 2e0975d commit 766936c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 766936c

Please sign in to comment.