Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
vrlopess committed Mar 14, 2024
1 parent 4103208 commit 0bce41c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/react/src/atomic/Popover/src/popover.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ describe("GIVEN <Popover />", () => {
false,
expect.objectContaining({
isTrusted: false,
}),
"click"
})
);
});

Expand All @@ -169,8 +168,7 @@ describe("GIVEN <Popover />", () => {
true,
expect.objectContaining({
isTrusted: false,
}),
"click"
})
);
});
});
Expand Down

0 comments on commit 0bce41c

Please sign in to comment.