better name for test

This commit is contained in:
Kenneth Geisshirt 2017-09-20 14:53:28 +02:00
parent bdd9bf95f4
commit d9e50fc41d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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' } };