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