Skip to content

Commit

Permalink
Fix failing test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 19, 2024
1 parent be4e911 commit db96a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cadence/tests/Recipe_test.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Test
access(all)
fun setup() {
let err = Test.deployContract(
name: "Recipe",
name: "ExampleToken",
path: "../contracts/Recipe.cdc",
arguments: [],
)
Expand Down
3 changes: 2 additions & 1 deletion flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"ExampleToken": {
"source": "./cadence/contracts/Recipe.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7"
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007"
}
}
},
Expand Down

0 comments on commit db96a4e

Please sign in to comment.