44878: removed f from describe

This commit is contained in:
Lotte Hofstede
2017-10-04 11:28:33 +02:00
parent 767c393a1d
commit 9243b29b3e
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ describe('SearchFormComponent', () => {
expect(scopeSelect.value).toBe(testCommunity.id);
}));
// fit('should call updateSearch when clicking the submit button with correct parameters', fakeAsync(() => {
// it('should call updateSearch when clicking the submit button with correct parameters', fakeAsync(() => {
// comp.query = 'Test String'
// fixture.detectChanges();
// spyOn(comp, 'updateSearch').and.callThrough();