mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: blob test flaky (#6929)
This commit is contained in:
@@ -157,7 +157,7 @@ test('should be able calc quota after switch plan', async t => {
|
|||||||
);
|
);
|
||||||
t.is(size1, 0, 'failed to check free plan blob size');
|
t.is(size1, 0, 'failed to check free plan blob size');
|
||||||
|
|
||||||
quota.switchUserQuota(u1.id, QuotaType.ProPlanV1);
|
await quota.switchUserQuota(u1.id, QuotaType.ProPlanV1);
|
||||||
|
|
||||||
const size2 = await checkBlobSize(
|
const size2 = await checkBlobSize(
|
||||||
app,
|
app,
|
||||||
|
|||||||
Reference in New Issue
Block a user