Skip to content

Commit b8c869d

Browse files
committed
Fix missing config for test to pass
1 parent 7497b9a commit b8c869d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"ExampleToken": {
44
"source": "./cadence/contracts/Recipe.cdc",
55
"aliases": {
6-
"emulator": "f8d6e0586b0a20c7"
6+
"emulator": "f8d6e0586b0a20c7",
7+
"testing": "0000000000000007"
78
}
89
}
910
},

0 commit comments

Comments
 (0)