Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Nov 12, 2024
1 parent 4c3982e commit b327a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/TagsOptionsListUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ describe('TagsOptionsListUtils', () => {
};
const smallResultList: OptionsListUtils.CategorySection[] = [
{
title: '',
shouldShow: false,
title: 'All',
shouldShow: true,
// data sorted alphabetically by name
data: [
{
Expand Down

0 comments on commit b327a98

Please sign in to comment.