Skip to content

Commit

Permalink
fix: Use elements match in gapsBetweenTSDBsAndMetas test (#13722)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts authored Jul 31, 2024
1 parent ec34aaa commit 4cbe2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bloombuild/planner/planner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func Test_gapsBetweenTSDBsAndMetas(t *testing.T) {
require.Error(t, err)
return
}
require.Equal(t, tc.exp, gaps)
require.ElementsMatch(t, tc.exp, gaps)
})
}
}
Expand Down

0 comments on commit 4cbe2a6

Please sign in to comment.