Skip to content

Commit

Permalink
Fix expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
3link committed May 8, 2024
1 parent a78552e commit eec23fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/liveIntentIdSystem_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ describe('LiveIntentId', function() {
liveIntentIdSubmodule.getId(defaultConfigParams);
liveIntentIdSubmodule.decode({}, defaultConfigParams);
setTimeout(() => {
expect(rpRequests()).to.be.eq(1);
expect(rpRequests().legth).to.be.eq(1);
done();
}, 300);
});
Expand Down

0 comments on commit eec23fe

Please sign in to comment.