Skip to content

Commit

Permalink
add starknet-events to integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Sep 13, 2024
1 parent 4f97f8f commit 06442af
Show file tree
Hide file tree
Showing 2 changed files with 1,342 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ func TestIntegration(t *testing.T) {
name: "sol-transactions",
stateFile: "./sol-transactions/generator.json",
},
{
name: "starknet-events",
stateFile: "./starknet-events/generator.json",
},
}

ctx := context.Background()
Expand Down
Loading

0 comments on commit 06442af

Please sign in to comment.