Skip to content

Commit

Permalink
✅ Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Sep 5, 2023
1 parent e2d9b92 commit 3bd5cc0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ describe('saved_visualize_utils', () => {
{ contentTypeId: 'etc' },
{ contentTypeId: 'visualization' },
],
options: {
searchFields: ['baz', 'bing', 'title^3', 'description'],
},
},
],
]);
Expand Down Expand Up @@ -406,9 +403,6 @@ describe('saved_visualize_utils', () => {
{ contentTypeId: 'visualization' },
{ contentTypeId: 'foo' },
],
options: {
searchFields: ['baz', 'bing', 'barfield', 'foofield', 'title^3', 'description'],
},
},
],
]);
Expand Down

0 comments on commit 3bd5cc0

Please sign in to comment.