Skip to content

Commit f8bf2a5

Browse files
committed
Fix extra closing bracket in test suite
Removed an unnecessary closing bracket in the PaymasterWorker test suite to correct the test structure.
1 parent cf3dcd3 commit f8bf2a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workers/paymaster/tests/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ describe('PaymasterWorker', () => {
351351
);
352352
});
353353
});
354-
});
355354

356355
test('Should update lastChargeDate and billingPeriodEventsCount if workspace has free tariff plan and it\'s time to pay', async () => {
357356
/**

0 commit comments

Comments
 (0)