Skip to content

Commit 4562a68

Browse files
chore(operations-gen): delete unused testdata (#987)
We no longer uses the abi and bin files in the test data, we now used the generated bindings instead.
1 parent 62d38f5 commit 4562a68

5 files changed

Lines changed: 1 addition & 5 deletions

File tree

tools/operations-gen/internal/families/evm/evm_golden_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
var update = flag.Bool("update", false, "update golden files")
1818

1919
// TestGenerateLinkToken is an end-to-end test that runs the generator against the
20-
// real LinkToken ABI/bytecode and verifies that the generated output matches golden.
20+
// LinkToken gobindings fixture and verifies that the generated output matches golden.
2121
func TestGenerateLinkToken(t *testing.T) {
2222
t.Parallel()
2323
runGoldenGenerationTest(t, "operations_gen_config.yaml", "link_token.golden.go")

tools/operations-gen/testdata/evm/abi/v1_0_0/link_token.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/operations-gen/testdata/evm/abi/v1_0_0/many_chain_multi_sig.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/operations-gen/testdata/evm/bytecode/v1_0_0/link_token.bin

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/operations-gen/testdata/evm/bytecode/v1_0_0/many_chain_multi_sig.bin

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)