Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Jul 15, 2022
1 parent 325d451 commit c4a5466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/collectors/CMPCollector.mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ describe('CMPCollector', () => {
}]);
});

describe('CMP with a visible popup - opt-out ON', async function() {
describe('CMP with a visible popup - opt-out ON', function() {
beforeEach(() => {
const contentScriptEval = commands.find(cmd => cmd[0] === 'Runtime.evaluate')[1];
assert.strictEqual(contentScriptEval.contextId, 31337);
Expand Down

0 comments on commit c4a5466

Please sign in to comment.