Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/booleanpolicy/evaluator/evaluator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ func TestDifferentBaseTypes(t *testing.T) {
FieldQueries: []*query.FieldQuery{
// This test will fail in three years, but if this test still matters then,
// we have other problems...
{Field: "BaseTS", Values: []string{">1000d"}},
{Field: "BaseTS", Values: []string{">2000d"}},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this as well as the comment to 1000y instead (or if that does not fit, 100y).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I oversaw this one before merging, created a follow-up for this: #4255.
Sorry!

},
},
},
Expand Down