Skip to content

Commit

Permalink
Fix flaky test blockPlansForGaps
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts committed Aug 2, 2024
1 parent 6dd6b65 commit 8753463
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 8753463

Please sign in to comment.