better name for test
This commit is contained in:
parent
bdd9bf95f4
commit
d9e50fc41d
|
@ -4,7 +4,7 @@
|
|||
* Updating core, sync, object store.
|
||||
|
||||
### Enhancements
|
||||
* Throw exception with recovery configuration for V1 to V2 upgrade.
|
||||
* Throw exception with recovery path when upgrading from 1.x to 2.x.
|
||||
|
||||
### Bug fixes
|
||||
* None
|
||||
|
|
|
@ -461,7 +461,7 @@ module.exports = {
|
|||
});
|
||||
},
|
||||
|
||||
testSyncV1() {
|
||||
testIncompatibleSyncedRealm() {
|
||||
return Realm.Sync.User.register('http://localhost:9080', uuid(), 'password').then(user => {
|
||||
return new Promise((resolve, _reject) => {
|
||||
const config = { path: 'sync-1.x.realm', sync: { user, url: 'realm:://localhost:9080/~/sync-1.x' } };
|
||||
|
|
Loading…
Reference in New Issue