From 297abea1ec0aa634c7a60e0465ba12fec3d16654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus-Peter=20H=C3=BCbner?= Date: Thu, 9 Mar 2023 15:48:24 +0100 Subject: [PATCH] linting --- .../src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/federation/src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts b/federation/src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts index b355f075e..20e6c8228 100644 --- a/federation/src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts +++ b/federation/src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts @@ -5,7 +5,6 @@ import createServer from '@/server/createServer' import { Community as DbCommunity } from '@entity/Community' let query: any -let testEnv: any // to do: We need a setup for the tests that closes the connection let con: any