Skip to content

Commit

Permalink
Make tests pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
SWH-Relewise committed Dec 5, 2024
1 parent cd73be0 commit 0da21e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function baseBuilder() {
test('searchHightlighting', () => {
const subject: ContentSearchRequest = baseBuilder()
.highlighting(h => {
h.enable(false);
h.enabled(false);
h.setHighlightable({
displayName: true,
dataKeys: ['datakey-1', 'datakey-2']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ test('resultMustHaveVariantConstraint', () => {
test('searchHightlighting', () => {
const subject: ProductSearchRequest = baseBuilder()
.highlighting(h => {
h.enable(false);
h.enabled(false);
h.setHighlightable({
displayName: true,
dataKeys: ['datakey-1', 'datakey-2']
Expand Down

0 comments on commit 0da21e6

Please sign in to comment.