Skip to content

Commit

Permalink
update instances of ExampleToken to ExampleToken-v2 in flow.json & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Nov 7, 2023
1 parent 6b473c9 commit b2edf2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"ExampleToken": {
"source": "./contracts/ExampleToken.cdc",
"source": "./contracts/ExampleToken-v2.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000007"
Expand Down
2 changes: 1 addition & 1 deletion tests/switchboard_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fun setup() {

err = Test.deployContract(
name: "ExampleToken",
path: "../contracts/ExampleToken.cdc",
path: "../contracts/ExampleToken-v2.cdc",
arguments: []
)
Test.expect(err, Test.beNil())
Expand Down

0 comments on commit b2edf2f

Please sign in to comment.