Skip to content

Commit 3b87589

Browse files
committed
Release 160400
1 parent d8720bc commit 3b87589

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "eslint src --ext .js,.jsx,.ts,.tsx; prettylint 'src/**/*' 'test/**/*' '__test__/**/*' --no-editorconfig"
2828
},
2929
"config": {
30-
"sdkVersion": "160307"
30+
"sdkVersion": "160400"
3131
},
3232
"repository": {
3333
"type": "git",

src/onesignal/OneSignal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ describe('OneSignal', () => {
534534
});
535535

536536
// calls refresh user
537-
await waitForOperations(3);
537+
await waitForOperations(4);
538538

539539
// onesignal id should be changed
540540
const identityData = await getIdentityItem();

0 commit comments

Comments
 (0)