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 0587f29 commit 27a5394
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
mockProvider,
SpectatorRouting,
} from '@ngneat/spectator/jest';
import { mockCall, mockWebSocket } from 'app/core/testing/utils/mock-websocket.utils';
import { DashboardEnclosure } from 'app/interfaces/enclosure.interface';
import {
EnclosureDashboardComponent,
Expand All @@ -27,9 +28,9 @@ describe('EnclosureDashboardComponent', () => {
}),
],
providers: [
// mockWebSocket([
// mockCall('jbof.licensed', 5),
// ]),
mockWebSocket([
mockCall('jbof.licensed', 5),
]),
mockProvider(MatDialog),
// mockAuth(),
],
Expand Down

0 comments on commit 27a5394

Please sign in to comment.