fixed tslint error

This commit is contained in:
Lotte Hofstede
2018-04-05 09:51:46 +02:00
parent 79caf1533c
commit 6133bc5068

View File

@@ -122,7 +122,6 @@ describe('SearchFacetFilterComponent', () => {
}); });
}); });
describe('when the showMore method is called', () => { describe('when the showMore method is called', () => {
beforeEach(() => { beforeEach(() => {
spyOn(filterService, 'incrementPage'); spyOn(filterService, 'incrementPage');