aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/migrator-test.js
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2017-06-13 06:09:53 +0800
committerGitHub <noreply@github.com>2017-06-13 06:09:53 +0800
commit3da887e56ef6819aa0cb0f9a19c33025d80bca35 (patch)
treecb60e1925a37c2dc4407531f319cdbda4d9ff126 /test/unit/migrator-test.js
parentb712e7ce6498b2d8d26f506f40a1e00ef1b7462c (diff)
parent33a32bb06be408d197d2f7784d9c1a9e04280fda (diff)
downloadtangerine-wallet-browser-3da887e56ef6819aa0cb0f9a19c33025d80bca35.tar.gz
tangerine-wallet-browser-3da887e56ef6819aa0cb0f9a19c33025d80bca35.tar.zst
tangerine-wallet-browser-3da887e56ef6819aa0cb0f9a19c33025d80bca35.zip
Merge branch 'master' into qrPrefix
Diffstat (limited to 'test/unit/migrator-test.js')
-rw-r--r--test/unit/migrator-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/migrator-test.js b/test/unit/migrator-test.js
index ece95b9f6..16066fefe 100644
--- a/test/unit/migrator-test.js
+++ b/test/unit/migrator-test.js
@@ -28,7 +28,7 @@ const migrations = [
},
},
]
-const versionedData = {meta: {version: 0}, data:{hello:'world'}}
+const versionedData = {meta: {version: 0}, data: {hello: 'world'}}
describe('Migrator', () => {
const migrator = new Migrator({ migrations })
it('migratedData version should be version 3', (done) => {