Skip to content

Commit

Permalink
fix: add missing func to router test
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Jan 19, 2024
1 parent b39b3c4 commit b95b8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/qeta-backend/src/service/router.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ describe('createRouter', () => {
markAnswerCorrect: jest.fn(),
markAnswerIncorrect: jest.fn(),
getTags: jest.fn(),
getEntities: jest.fn(),
updateQuestion: jest.fn(),
updateAnswer: jest.fn(),
favoriteQuestion: jest.fn(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const FilterPanel = (props: FilterPanelProps) => {
<FormLabel id="qeta-filter-entity">Filters</FormLabel>
<Autocomplete
multiple={false}
className="qetaAskFormEntities"
className="qetaEntityFilter"
value={selectedEntity}
id="entities-select"
options={availableEntities}
Expand Down

0 comments on commit b95b8f9

Please sign in to comment.