Skip to content

Commit

Permalink
Remove superfluous breaces
Browse files Browse the repository at this point in the history
  • Loading branch information
3link committed Apr 24, 2024
1 parent b59de59 commit 6a9b797
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 @@ -100,7 +100,7 @@ describe('LiveIntentId', function() {
});

it('should initialize LiveConnect and forward the prebid version when decode and emit an event', function(done) {
liveIntentIdSubmodule.decode({}, defaultConfigParams });
liveIntentIdSubmodule.decode({}, defaultConfigParams);
setTimeout(() => {
expect(server.requests[0].url).to.contain('tv=$prebid.version$')
done();
Expand Down

0 comments on commit 6a9b797

Please sign in to comment.