Skip to content

Commit

Permalink
eql fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-abaranov committed Jan 28, 2022
1 parent f47995a commit c98481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/yieldmoSyntheticInventoryModule_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('Yieldmo Synthetic Inventory Module', function() {
const queryParams = JSON.parse(JSON.stringify(getQuearyParamsFromUrl(ajaxStub.getCall(0).args[0])));
const timeStamp = queryParams.bust;

expect(queryParams).to.deep.equal({
expect(queryParams).to.eql({
title,
_s: '1',
dnt: 'false',
Expand Down

0 comments on commit c98481b

Please sign in to comment.