Skip to content

Commit

Permalink
Revert "Fix auth guard spec"
Browse files Browse the repository at this point in the history
This reverts commit 23ec8f5.
  • Loading branch information
hupf committed Dec 16, 2024
1 parent 3a6a135 commit b3a452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/guards/auth.guard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ describe("authGuard", () => {
RouterModule.forRoot([
{ path: "unauthenticated", component: DummyComponent },
]),
DummyComponent,
],
providers: [
{
Expand All @@ -41,6 +40,7 @@ describe("authGuard", () => {
},
},
],
declarations: [DummyComponent],
}),
);
router = TestBed.inject(Router);
Expand Down

0 comments on commit b3a452e

Please sign in to comment.