Skip to content

Commit

Permalink
NAS-132675: Remove nvidia state and event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft committed Dec 4, 2024
1 parent 695f634 commit 9f77abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/apps/store/docker.store.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('DockerStore', () => {
spectator.service.initialize();

expect(spectator.inject(ApiService).call).toHaveBeenCalledWith('docker.config');
expect(spectator.inject(ApiService).call).toHaveBeenCalledWith('docker.nvidia_status');
expect(spectator.inject(ApiService).call).toHaveBeenCalledWith('docker.status');

expect(spectator.service.state()).toEqual({
dockerConfig: {
Expand Down

0 comments on commit 9f77abb

Please sign in to comment.