Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Jul 2, 2020
1 parent 1b86b49 commit e2df588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ describe('DraggableWrapperHoverContent', () => {
const aggregatableStringField = 'cloud.account.id';
const draggableId = 'draggable.id';

[true].forEach((showTopN) => {
[false, true].forEach((showTopN) => {
[value, null].forEach((maybeValue) => {
[draggableId, undefined].forEach((maybeDraggableId) => {
const shouldRender = !showTopN && maybeValue != null && maybeDraggableId != null;
Expand Down

0 comments on commit e2df588

Please sign in to comment.