Skip to content

Commit 98d1724

Browse files
CopilotPhantomDave
andcommitted
Fix SnackbarService import path in test file
Co-authored-by: PhantomDave <34485699+PhantomDave@users.noreply.github.com>
1 parent cdf4712 commit 98d1724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/dashboards/dashboard-component/dashboard-component.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ComponentFixture, TestBed } from '@angular/core/testing';
22
import { DashboardComponent } from './dashboard-component.component';
33
import { WidgetType } from '../../../../generated/graphql';
4-
import { SnackbarService } from '../../../services/snackbar-service';
4+
import { SnackbarService } from '../../../shared/services/snackbar.service';
55

66
describe('DashboardComponent', () => {
77
let component: DashboardComponent;

0 commit comments

Comments
 (0)