Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Nov 9, 2023
1 parent e923b91 commit a62226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/tests-core-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ describe('core SDK', function() {
(mp.isFirstRun === null).should.equal(true);
(mp.clientId === null).should.equal(true);
(mp.deviceId === null).should.equal(true);
(mp.devToken === null).should.equal(false);
(mp.devToken === null).should.equal(true);
(mp.dateLastEventSent === null).should.equal(true);
(mp.sessionStartDate === null).should.equal(true);
(mp.currentPosition === null).should.equal(true);
Expand Down

0 comments on commit a62226a

Please sign in to comment.