Skip to content

Commit 00c2cc6

Browse files
Address PR Comments
1 parent 0d62fdd commit 00c2cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ describe('Rokt Forwarder', () => {
169169
window.mParticle.Rokt.attachKitCalled = false;
170170
window.mParticle.Rokt.attachKit = async () => {
171171
window.mParticle.Rokt.attachKitCalled = true;
172-
Promise.resolve();
172+
return Promise.resolve();
173173
};
174174

175175
await mParticle.forwarder.init(

0 commit comments

Comments
 (0)