Skip to content

Commit

Permalink
Update packages/graphql/tests/integration/math.int.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: MacondoExpress <[email protected]>
  • Loading branch information
darrellwarde and MacondoExpress authored Jul 18, 2023
1 parent 150f9e3 commit c6ad39a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/graphql/tests/integration/math.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ describe("Mathematical operations tests", () => {
variableValues: { id, value },
contextValue: neo4j.getContextValues(),
});
console.log(gqlResult.errors);
expect(gqlResult.errors).toBeDefined();
expect(
(gqlResult.errors as GraphQLError[]).some((el) => el.message.toLowerCase().includes(expectedError))
Expand Down

0 comments on commit c6ad39a

Please sign in to comment.