Skip to content

Commit 959e8d1

Browse files
committed
fix: #147 Display correct username fix test
1 parent 22e6a99 commit 959e8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/customer-management/components/projects/components/project-list/project-list.component.spec.ts

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

3939
store = TestBed.inject(MockStore);
4040
store.setState(state);
41-
allProjectsSelectorMock = store.overrideSelector(allProjects, state.projectToEdit);
41+
allProjectsSelectorMock = store.overrideSelector(allProjects, state);
4242
component.projectsSubscription = new Subscription();
4343
});
4444

0 commit comments

Comments
 (0)