Skip to content

Commit 91d97f8

Browse files
author
Jean-François Morin
committed
Fixed unit test
1 parent 600c991 commit 91d97f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/admin/admin-reports/filtered-collections/filtered-collections.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('FiltersComponent', () => {
6666

6767
describe('toggle', () => {
6868
beforeEach(() => {
69-
spyOn(component, 'postFilteredCollections').and.returnValue(observableOf(expected));
69+
spyOn(component, 'getFilteredCollections').and.returnValue(observableOf(expected));
7070
spyOn(component.results, 'deserialize');
7171
spyOn(component.accordionComponent, 'expand').and.callThrough();
7272
component.submit();

0 commit comments

Comments
 (0)