Skip to content

Commit 4cbe2a6

Browse files
authored
fix: Use elements match in gapsBetweenTSDBsAndMetas test (#13722)
1 parent ec34aaa commit 4cbe2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/bloombuild/planner/planner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func Test_gapsBetweenTSDBsAndMetas(t *testing.T) {
163163
require.Error(t, err)
164164
return
165165
}
166-
require.Equal(t, tc.exp, gaps)
166+
require.ElementsMatch(t, tc.exp, gaps)
167167
})
168168
}
169169
}

0 commit comments

Comments
 (0)