diff --git a/pkg/booleanpolicy/evaluator/evaluator_test.go b/pkg/booleanpolicy/evaluator/evaluator_test.go index f6ff9982d99d7..35fa819bdc05e 100644 --- a/pkg/booleanpolicy/evaluator/evaluator_test.go +++ b/pkg/booleanpolicy/evaluator/evaluator_test.go @@ -1342,9 +1342,9 @@ func TestDifferentBaseTypes(t *testing.T) { }, q: &query.Query{ FieldQueries: []*query.FieldQuery{ - // This test will fail in three years, but if this test still matters then, + // This test will fail in 1000 years, but if this test still matters then, // we have other problems... - {Field: "BaseTS", Values: []string{">1000d"}}, + {Field: "BaseTS", Values: []string{">01/01/3023"}}, }, }, },