From 23761c065b81dac32151fa0b10c3951235d03417 Mon Sep 17 00:00:00 2001 From: Claus-Peter Huebner Date: Tue, 17 Oct 2023 23:46:35 +0200 Subject: [PATCH] correct error --- .../src/graphql/api/1_0/resolver/SendCoinsResolver.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/src/graphql/api/1_0/resolver/SendCoinsResolver.test.ts b/federation/src/graphql/api/1_0/resolver/SendCoinsResolver.test.ts index 633effcbe..d305e1726 100644 --- a/federation/src/graphql/api/1_0/resolver/SendCoinsResolver.test.ts +++ b/federation/src/graphql/api/1_0/resolver/SendCoinsResolver.test.ts @@ -35,7 +35,7 @@ beforeAll(async () => { testEnv = await testEnvironment(logger) mutate = testEnv.mutate // query = testEnv.query - con = testEnv.con + // con = testEnv.con await cleanDB() })