From e584a1bd53da01e821cafc6dd6a2f893be010e3a Mon Sep 17 00:00:00 2001 From: Zied <26070035+zguesmi@users.noreply.github.com> Date: Tue, 28 May 2024 17:42:23 +0200 Subject: [PATCH] Remove test todo --- test/VoucherHub.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/VoucherHub.test.ts b/test/VoucherHub.test.ts index 95abd84..a10ead1 100644 --- a/test/VoucherHub.test.ts +++ b/test/VoucherHub.test.ts @@ -657,8 +657,6 @@ describe('VoucherHub', function () { ), ).to.be.revertedWith('VoucherHub: type index out of bounds'); }); - - it.skip('TODO - Should not create voucher when out of funds', async function () {}); }); describe('Debit voucher', function () {