Skip to content

Commit 4cdf7a7

Browse files
committed
fix: fix tests
1 parent 77c3a50 commit 4cdf7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/wc/src/app/components/organization-management/organization-management.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('OrganizationManagementComponent', () => {
115115
component.ngOnInit();
116116

117117
expect(resourceServiceMock.readOrganizations).toHaveBeenCalled();
118-
expect(component.organizations()).toEqual(['org2']);
118+
expect(component.organizations()).toEqual(['org1', 'org2']);
119119
});
120120

121121
it('should set organization to switch', () => {

0 commit comments

Comments
 (0)