Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penginn-net committed Oct 31, 2024
1 parent 32ef8c2 commit c988081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/test/e2e/search-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ describe('検索', () => {
}, bob);
assert.strictEqual(res1.status, 200);

await new Promise(resolve => setTimeout(resolve, 5000));
const res2 = await api('drive/files/update', {
fileId: sensitive2Id,
isSensitive: true,
Expand Down

0 comments on commit c988081

Please sign in to comment.