Skip to content

Commit 1a08fce

Browse files
committed
feat(project-overview-toolbar): fix test
1 parent 71209f7 commit 1a08fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/project/overview/components/project-overview-toolbar/project-overview-toolbar.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('ProjectOverviewToolbarComponent', () => {
179179
});
180180

181181
it('should have resourceType set to Registration', () => {
182-
expect(component.resourceType).toBe(ResourceType.Registration);
182+
expect(component.resourceType).toBe(ResourceType.Project);
183183
});
184184
});
185185
});

0 commit comments

Comments
 (0)