From 4c160869b87f330080a8d522d6447a6c8b182b0f Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 30 Oct 2018 21:17:26 +0900 Subject: [PATCH] Update test/api.ts --- test/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.ts b/test/api.ts index d68621eb0..1bb8e20b1 100644 --- a/test/api.ts +++ b/test/api.ts @@ -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(),