Merge pull request #1190 from ejoy-jsc/master

correct testProgressNotificationsForRealmOpen
This commit is contained in:
Kenneth Geisshirt 2017-08-16 14:56:14 +02:00 committed by GitHub
commit 1dd85b591a

View File

@ -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");
}); });