Skip to content

Commit

Permalink
And fix a broken test because of the bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zix99 committed Apr 1, 2023
1 parent 2cdaf89 commit d2ef5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/expressions/stdlib/funcs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestUnlessStatement(t *testing.T) {
func TestComparisonEquality(t *testing.T) {
testExpression(t, mockContext("123", "1234"),
"{eq {0} 123} {eq {0} 1234} {not {eq {0} abc}} {neq 1 2} {neq 1 1}",
"123 1 1 ")
"1 1 1 ")
}

func TestComparisonExpression(t *testing.T) {
Expand Down

0 comments on commit d2ef5ee

Please sign in to comment.