Skip to content

Commit

Permalink
fix: flaky test blockPlansForGaps (#13743)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts authored Aug 14, 2024
1 parent 8041bd2 commit 37e33d4
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 @@ -412,7 +412,7 @@ func Test_blockPlansForGaps(t *testing.T) {
require.Error(t, err)
return
}
require.Equal(t, tc.exp, plans)
require.ElementsMatch(t, tc.exp, plans)
})
}
}
Expand Down

0 comments on commit 37e33d4

Please sign in to comment.