Skip to content

Commit

Permalink
Fixed so that tests have the required imports when run
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 16, 2024
1 parent 3d74bf7 commit 175c121
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"ExampleNFT": {
"source": "./cadence/contracts/ExampleNFT.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7"
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007"
}
}
},
Expand Down Expand Up @@ -59,6 +60,7 @@
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "1d7e57aa55817448",
"testing": "0000000000000007",
"testnet": "631e88ae7f1d7c20"
}
},
Expand All @@ -68,6 +70,7 @@
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "1d7e57aa55817448",
"testing": "0000000000000007",
"testnet": "631e88ae7f1d7c20"
}
},
Expand All @@ -77,6 +80,7 @@
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "1d7e57aa55817448",
"testing": "0000000000000007",
"testnet": "631e88ae7f1d7c20"
}
}
Expand Down

0 comments on commit 175c121

Please sign in to comment.