From a74d4697cf6c849ce3d4981247e76966321d53c4 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Fri, 11 Aug 2023 10:43:27 +0200 Subject: [PATCH] remove not longer needed import --- backend/src/graphql/resolver/TransactionResolver.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/graphql/resolver/TransactionResolver.test.ts b/backend/src/graphql/resolver/TransactionResolver.test.ts index e91efee6f..1957c680f 100644 --- a/backend/src/graphql/resolver/TransactionResolver.test.ts +++ b/backend/src/graphql/resolver/TransactionResolver.test.ts @@ -6,7 +6,6 @@ import { Event as DbEvent } from '@entity/Event' import { Transaction } from '@entity/Transaction' import { User } from '@entity/User' import { ApolloServerTestClient } from 'apollo-server-testing' -import { Decimal } from 'decimal.js-light' import { GraphQLError } from 'graphql' import { cleanDB, testEnvironment } from '@test/helpers'