Skip to content

Commit 856b391

Browse files
authored
distributor-queryable tests: make time go forward (grafana#513)
Conventionally the minimum time would be before the maximum. Apparently none of the tests were depending on this.
1 parent 8b6c5e2 commit 856b391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/querier/distributor_queryable_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
)
3131

3232
const (
33-
maxt, mint = 0, 10
33+
mint, maxt = 0, 10
3434
)
3535

3636
func TestDistributorQuerier_SelectShouldHonorQueryIngestersWithin(t *testing.T) {

0 commit comments

Comments
 (0)