fix: blob test flaky (#6929)

This commit is contained in:
darkskygit
2024-05-14 09:20:58 +00:00
parent 0d3180fd94
commit b8333de119

View File

@@ -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,