Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rinaok committed Sep 12, 2022
1 parent a214e42 commit 8424363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/components/src/lib/popup/popup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ describe('vwc-popup', () => {
await elementUpdated(element);

expect(openStateBeforeLightDismiss)
.toEqual(true);
.toEqual(false);
expect(element.open)
.toEqual(true);
.toEqual(false);
});
});

Expand Down

0 comments on commit 8424363

Please sign in to comment.