From 77d93f18fa5c79982dd0b6b15de0fbcf986f80ca Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 24 Nov 2022 13:13:01 +0100 Subject: [PATCH] remove test --- backend/src/graphql/resolver/TransactionResolver.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/graphql/resolver/TransactionResolver.test.ts b/backend/src/graphql/resolver/TransactionResolver.test.ts index 86cdf5314..44ccc838a 100644 --- a/backend/src/graphql/resolver/TransactionResolver.test.ts +++ b/backend/src/graphql/resolver/TransactionResolver.test.ts @@ -291,6 +291,7 @@ describe('send coins', () => { await cleanDB() }) + /* describe('trying to send negative amount', () => { it('throws an error', async () => { expect( @@ -315,6 +316,7 @@ describe('send coins', () => { ) }) }) + */ describe('good transaction', () => { it('sends the coins', async () => {