Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Feb 11, 2019
1 parent 837f71b commit 93f5e86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/app/admin/admin.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ describe('Admin Root Component', () => {

it('should compile', () => {
fixture.detectChanges();

expect(fixture).toBeDefined();
expect(store.dispatch).toHaveBeenCalled();
});
});

0 comments on commit 93f5e86

Please sign in to comment.