From 9185bfbee8f0f673a91400a892867229fd12e9b0 Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Mon, 16 Dec 2024 02:16:37 +0400 Subject: [PATCH] Add recipe test --- cadence/tests/Recipe_test.cdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadence/tests/Recipe_test.cdc b/cadence/tests/Recipe_test.cdc index 46606d6..fa25985 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: "Recipe", path: "../contracts/Recipe.cdc", arguments: [], )