Skip to content

Commit

Permalink
Fix test: item 3 is "boing" not "goes"
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed Jul 8, 2021
1 parent 806fe16 commit 73cf9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/assertions/value-access.n
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ assert value "wow"[0] == yes(\{w})
assert value "wow"[-1] == none

let strings = ["happy", "sheep", "goes", "boing"]
assert value strings[3][2] == yes(\{e})
assert value strings[3][2] == yes(\{i})

0 comments on commit 73cf9c2

Please sign in to comment.