Skip to content

Commit

Permalink
NAS-128920: Update enclosure-dashboard.component.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanY147 committed Jul 8, 2024
1 parent 27989da commit 0587f29
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import {
mockProvider,
SpectatorRouting,
} from '@ngneat/spectator/jest';
import { mockAuth } from 'app/core/testing/utils/mock-auth.utils';
import { mockCall, mockWebSocket } from 'app/core/testing/utils/mock-websocket.utils';
import { DashboardEnclosure } from 'app/interfaces/enclosure.interface';
import {
EnclosureDashboardComponent,
Expand All @@ -29,11 +27,11 @@ describe('EnclosureDashboardComponent', () => {
}),
],
providers: [
mockWebSocket([
mockCall('jbof.licensed', 5),
]),
// mockWebSocket([
// mockCall('jbof.licensed', 5),
// ]),
mockProvider(MatDialog),
mockAuth(),
// mockAuth(),
],
});

Expand Down

0 comments on commit 0587f29

Please sign in to comment.