Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed test title
  • Loading branch information
PrimaMateria committed Sep 9, 2017
commit 59985dee721f4ea7c6aacf94b6101fa003c48ae7
2 changes: 1 addition & 1 deletion tests/dataApi/reorderFolder-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down