Skip to content

Commit

Permalink
fixup! modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Nov 8, 2024
1 parent 96b4f06 commit 5de83a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/tooltip/rendering-test.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module('tooltip | rendering', function (hooks) {

await triggerEvent('.tooltipper', 'mouseenter');

const tooltip = tooltipService.tooltips[0];
const [tooltip] = tooltipService.tooltips;
const willHideTooltip = tooltip.hide();

triggerEvent('.tooltipper', 'mouseenter');
Expand Down

0 comments on commit 5de83a3

Please sign in to comment.