mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-24 05:21:54 +00:00
Merge pull request #1190 from ejoy-jsc/master
correct testProgressNotificationsForRealmOpen
This commit is contained in:
commit
1dd85b591a
@ -258,6 +258,7 @@ module.exports = {
|
|||||||
|
|
||||||
return Realm.open(config)
|
return Realm.open(config)
|
||||||
.then(realm => {
|
.then(realm => {
|
||||||
|
return realm.syncSession;
|
||||||
}).then(session => {
|
}).then(session => {
|
||||||
TestCase.assertTrue(progressNotificationCalled, "Progress notification not called for Realm.open");
|
TestCase.assertTrue(progressNotificationCalled, "Progress notification not called for Realm.open");
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user