Skip to content

Commit

Permalink
Rephrase test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed May 1, 2024
1 parent 90e0d9f commit edc7067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ describe('Braze Forwarder', function() {
delete mParticle.getVersion;
});

it('should set an identity on the user upon kit initialization', function() {
it('should set an identity on the user upon kit initialization when userIdentificationType is email', function() {
mParticle.forwarder.init({
apiKey: '123456',
userIdentificationType: 'Email',
Expand Down

0 comments on commit edc7067

Please sign in to comment.