Skip to content

Commit

Permalink
#234 Fixed issue found by CI linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzhang6222 committed May 12, 2020
1 parent 0a90275 commit 6aaf621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syntax/std_seq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func TestContains(t *testing.T) {
AssertCodesEvalToSameValue(t, `false`, `//seq.contains(['A','B','C','D','E'],['A','B','C','E'])`)
AssertCodesEvalToSameValue(t, `false`, `//seq.contains(['A','B','C','D','E'],['A','B','C','D','E','F'])`)
// bytes

}

///////////////////
Expand Down

0 comments on commit 6aaf621

Please sign in to comment.