Skip to content

Commit 92b4128

Browse files
[DURACOM-390] fix tests
1 parent 3db8260 commit 92b4128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/auth/not-authenticated.guard.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
of,
99
} from 'rxjs';
1010

11-
import { PAGE_NOT_FOUND_PATH } from '../../app-routing-paths';
11+
import { PAGE_NOT_FOUND_PATH } from '../router/core-routing-paths';
1212
import { HardRedirectService } from '../services/hard-redirect.service';
1313
import { AuthService } from './auth.service';
1414
import { notAuthenticatedGuard } from './not-authenticated.guard';

0 commit comments

Comments
 (0)