This commit is contained in:
FinnStutzenstein 2018-11-30 10:28:14 +01:00
parent 428e58db9b
commit 7a56e6c3c0

View File

@ -25,7 +25,7 @@ describe('ResetPasswordConfirmComponent', () => {
beforeEach(() => { beforeEach(() => {
fixture = TestBed.createComponent(ResetPasswordConfirmComponent); fixture = TestBed.createComponent(ResetPasswordConfirmComponent);
component = fixture.componentInstance; component = fixture.componentInstance;
fixture.detectChanges(); // fixture.detectChanges();
}); });
it('should create', () => { it('should create', () => {