From 8ee6b325efef1ad5139cfb44e9b63e175c5b26bc Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 6 Aug 2025 12:25:16 +0200 Subject: [PATCH] unskip working tests --- backend/src/graphql/resolver/TransactionResolver.test.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/backend/src/graphql/resolver/TransactionResolver.test.ts b/backend/src/graphql/resolver/TransactionResolver.test.ts index f0314bdfe..275ae77fd 100644 --- a/backend/src/graphql/resolver/TransactionResolver.test.ts +++ b/backend/src/graphql/resolver/TransactionResolver.test.ts @@ -479,8 +479,7 @@ describe('send coins', () => { }) }) }) -/* - describe.skip('send coins via gradido ID', () => { + describe('send coins via gradido ID', () => { it('sends the coins', async () => { await expect( mutate({ @@ -500,8 +499,8 @@ describe('send coins', () => { }) }) }) -*/ - describe.skip('send coins via alias', () => { + + describe('send coins via alias', () => { beforeAll(async () => { // first set alias to null, because updating alias isn't allowed await User.update({ alias: 'MeisterBob' }, { alias: () => 'NULL' })