From d9e50fc41d2bfc180a226b563fecdb2b414a9343 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Wed, 20 Sep 2017 14:53:28 +0200 Subject: [PATCH] better name for test --- CHANGELOG.md | 2 +- tests/js/session-tests.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543e5e6c..41036c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tests/js/session-tests.js b/tests/js/session-tests.js index 51e9a30a..597662e5 100644 --- a/tests/js/session-tests.js +++ b/tests/js/session-tests.js @@ -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' } };