mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-24 21:39:54 +00:00
Update to object store master to pick up the fix for the global notifier. (#778)
This commit is contained in:
parent
c4b22a160a
commit
9d858d0329
@ -1 +1 @@
|
||||
Subproject commit 814beb5a1e96f0bb72cf78e206b2e710ac79e217
|
||||
Subproject commit ea7df44e2ffc4854fd4657a8b4c7ec53c8bfed15
|
@ -60,7 +60,7 @@ module.exports = {
|
||||
TestCase.assertEqual(defaultRealm.schemaVersion, 0);
|
||||
|
||||
TestCase.assertThrows(function() {
|
||||
new Realm({schemaVersion: 1});
|
||||
new Realm({schemaVersion: 1, schema: []});
|
||||
}, "Realm already opened at a different schema version");
|
||||
|
||||
TestCase.assertEqual(new Realm().schemaVersion, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user