Skip to content

Commit

Permalink
Add recipe test
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Dec 15, 2024
1 parent 617ff9b commit f7ba0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/tests/Recipe_test.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
)
Expand Down

0 comments on commit f7ba0f4

Please sign in to comment.