Skip to content

Commit

Permalink
Changes after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Oct 18, 2024
1 parent 2d7e7a8 commit 2da7bfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe('SaveSearchSidenavComponent', () => {

beforeEach(() => {
const mockService = {
innit: () => {},
getSavedSearches: () => of(),
savedSearches$: new ReplaySubject(1)
};
Expand Down

0 comments on commit 2da7bfa

Please sign in to comment.