diff --git a/utils/comparator_test.go b/utils/comparator_test.go index 12849f8..fcdef29 100644 --- a/utils/comparator_test.go +++ b/utils/comparator_test.go @@ -15,7 +15,7 @@ func TestIntComparator(t *testing.T) { {1, 1, 0}, {1, 2, -1}, {2, 1, 1}, - {11, 22, -1}, + {11, 22, -11}, {0, 0, 0}, {1, 0, 1}, {0, 1, -1},