Skip to content

Commit

Permalink
test(dynamicWidgets): update with correct response
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jul 5, 2021
1 parent 42d6c6c commit b70be60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ describe('connectDynamicWidgets', () => {
createSingleSearchResponse({
renderingContent: {
facetOrdering: {
facet: { order: ['test1', 'test2'] },
facets: { order: ['test1', 'test2'] },
},
},
}),
Expand Down Expand Up @@ -607,7 +607,7 @@ describe('connectDynamicWidgets', () => {
createSingleSearchResponse({
renderingContent: {
facetOrdering: {
facet: { order: ['test1', 'test2'] },
facets: { order: ['test1', 'test2'] },
},
},
}),
Expand Down

0 comments on commit b70be60

Please sign in to comment.