Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Nov 21, 2024
1 parent 1deb5b9 commit ac4ae1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/webapp/components/SearchPagesLink/WorksLink.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ describe('WorksLink', () => {
'genres.concepts': [],
'genres.label': [],
'subjects.label': [],
'subjects.concepts': [],
languages: [],
'contributors.agent.label': [],
'contributors.concepts': [],
});
});

Expand Down Expand Up @@ -49,8 +51,10 @@ describe('WorksLink', () => {
'genres.concepts': [],
'genres.label': [],
'subjects.label': [],
'subjects.concepts': [],
languages: [],
'contributors.agent.label': [],
'contributors.concepts': [],
});
});
});
Expand Down

0 comments on commit ac4ae1f

Please sign in to comment.