1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

fixed test title

This commit is contained in:
Matus Benko
2017-09-09 21:53:10 +02:00
parent 6b7132f134
commit 59985dee72

View File

@@ -21,7 +21,7 @@ test.beforeEach((t) => {
localStorage.setItem('storages', JSON.stringify([t.context.storage.cache]))
})
test.serial('Update a folder', (t) => {
test.serial('Reorder a folder', (t) => {
const storageKey = t.context.storage.cache.key
const firstFolderKey = t.context.storage.json.folders[0].key
const secondFolderKey = t.context.storage.json.folders[1].key