We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5d01e commit 1b6e2d5Copy full SHA for 1b6e2d5
1 file changed
test/src/tests.js
@@ -583,7 +583,7 @@ describe('Rokt Forwarder', () => {
583
});
584
585
it('should create a local launcher if the partner is in the local launcher test group', async () => {
586
- window.mParticle.forwarder.testGroup =[249896952128253326n];
+ window.mParticle.forwarder.testGroup = [249896952128253326n];
587
588
await window.mParticle.forwarder.init(
589
{ accountId: '123456' },
0 commit comments