diff --git a/cadence/tests/Recipe_test.cdc b/cadence/tests/Recipe_test.cdc index 42ea50e..6aa7131 100644 --- a/cadence/tests/Recipe_test.cdc +++ b/cadence/tests/Recipe_test.cdc @@ -8,7 +8,7 @@ access(all) fun testExample() { access(all) fun setup() { let err = Test.deployContract( - name: "ExampleToken", + name: "ExampleNFT", path: "../contracts/Recipe.cdc", arguments: [], )