Update test/api.ts

This commit is contained in:
syuilo 2018-10-30 21:17:26 +09:00
parent 3720a7fbe0
commit 4c160869b8
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -94,7 +94,7 @@ describe('API', () => {
setTimeout(async () => {
await Promise.all([
db.get('users').drop(),
db.get('posts').drop(),
db.get('notes').drop(),
db.get('driveFiles.files').drop(),
db.get('driveFiles.chunks').drop(),
db.get('driveFolders').drop(),