From 93f5e8691fddbf79ea865a267625cb1a4d66e002 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 11 Feb 2019 10:20:32 -0700 Subject: [PATCH] Fixed unit test --- ui/src/app/admin/admin.component.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/app/admin/admin.component.spec.ts b/ui/src/app/admin/admin.component.spec.ts index 909e20c03..79f45c1bd 100644 --- a/ui/src/app/admin/admin.component.spec.ts +++ b/ui/src/app/admin/admin.component.spec.ts @@ -31,8 +31,6 @@ describe('Admin Root Component', () => { it('should compile', () => { fixture.detectChanges(); - expect(fixture).toBeDefined(); - expect(store.dispatch).toHaveBeenCalled(); }); });