Skip to content

Commit

Permalink
Finalize logout complete functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
SbDove committed Oct 7, 2024
1 parent d5d4503 commit e4b6789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe('ID5 Forwarder', function () {
};
},
};
mParticle.forwarder.onLoginComplete(user);
mParticle.forwarder.onLogoutComplete(user);

window.ID5.numberOfInitsCalled.should.equal(2);
done();
Expand Down

0 comments on commit e4b6789

Please sign in to comment.