Skip to content

Commit

Permalink
fix flaky test carry over
Browse files Browse the repository at this point in the history
It isn't clear why this started failing recently, but tests no longer
fail after this change.
  • Loading branch information
jkasten2 committed Nov 28, 2023
1 parent 6efdb70 commit d869a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/unit/notifications/eventListeners.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import EventHelper from '../../../src/shared/helpers/EventHelper';

describe('Notification Events', () => {
beforeEach(async () => {
TestEnvironment.initialize();
await TestEnvironment.initialize();
});

afterEach(() => {
Expand Down

0 comments on commit d869a8e

Please sign in to comment.