diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-30 21:17:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-30 21:17:26 +0900 |
| commit | 4c160869b87f330080a8d522d6447a6c8b182b0f (patch) | |
| tree | d465f128f709a2d5be6e7596d0031b48177158f2 /test/api.ts | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-4c160869b87f330080a8d522d6447a6c8b182b0f.tar.gz sharkey-4c160869b87f330080a8d522d6447a6c8b182b0f.tar.bz2 sharkey-4c160869b87f330080a8d522d6447a6c8b182b0f.zip | |
Update test/api.ts
Diffstat (limited to 'test/api.ts')
| -rw-r--r-- | test/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api.ts b/test/api.ts index d68621eb0a..1bb8e20b17 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(), |