Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Dec 13, 2024
1 parent a60fd5f commit f04d3c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cadence/tests/Recipe_test.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ fun setup() {
Test.expect(err, Test.beNil())
}


access(all) fun testExample() {
let array = [1, 2, 3]
Test.expect(array.length, Test.equal(3))
Expand Down

0 comments on commit f04d3c9

Please sign in to comment.