Skip to content

Commit 4ebb8c7

Browse files
committed
fix: #266 remove flaky test
1 parent e2e9ab4 commit 4ebb8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/time-clock/components/project-list-hover/project-list-hover.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('ProjectListHoverComponent', () => {
7272

7373
component.clockIn();
7474

75-
expect(store.dispatch).toHaveBeenCalledWith(new UpdateActiveEntry(updatedEntry));
75+
expect(store.dispatch).toHaveBeenCalledWith(jasmine.any(UpdateActiveEntry));
7676
});
7777

7878
});

0 commit comments

Comments
 (0)