Skip to content

Commit 8395f94

Browse files
adliusnsemets
andauthored
Update src/app/features/project/overview/components/project-overview-toolbar/project-overview-toolbar.component.spec.ts
Co-authored-by: nsemets <nsemets@exoft.net>
1 parent 1a08fce commit 8395f94

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
@@ -178,7 +178,7 @@ describe('ProjectOverviewToolbarComponent', () => {
178178
expect(component.ResourceType).toBe(ResourceType);
179179
});
180180

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

0 commit comments

Comments
 (0)