Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Feb 10, 2022
1 parent bc8f619 commit 70a87b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ func Test_newConditionEvaluator(t *testing.T) {
},
},
Right: common.Value{
String: strp("bear"),
String: strp("cat"),
},
Op: "==",
Op: "!=",
},
matching: span,
},
Expand Down

0 comments on commit 70a87b4

Please sign in to comment.