Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Feb 26, 2024
1 parent bb779b2 commit 0aeaa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestVectorCompare(t *testing.T) {
name: "testing unknown operator",
x: big.NewInt(0),
y: []*big.Int{big.NewInt(1), big.NewInt(10), big.NewInt(100)},
operator: 10, // unknown operator.
operator: 12, // unknown operator.
expected: false,
withErr: true,
},
Expand Down

0 comments on commit 0aeaa87

Please sign in to comment.