Skip to content

Commit 769728d

Browse files
committed
fix: #441 make activity required before switching
1 parent 66e9a70 commit 769728d

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
@@ -81,7 +81,7 @@ describe('ProjectListHoverComponent', () => {
8181
expect(store.dispatch).toHaveBeenCalledWith(new UpdateEntryRunning({ id: component.activeEntry.id, project_id: 1 }));
8282
});
8383

84-
it('displays a message when the acitivity_id is null', () => {
84+
it('displays a message when the activity_id is null', () => {
8585
spyOn(toastrServiceStub, 'error');
8686
component.activeEntry = { activity_id: null };
8787

0 commit comments

Comments
 (0)