Skip to content

Commit

Permalink
remove lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
MacondoExpress committed Sep 13, 2024
1 parent 9a0ac81 commit e6c66dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/tests/tck/advanced-filtering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { Neo4jGraphQL } from "../../src";
import { formatCypher, formatParams, setTestEnvVars, translateQuery, unsetTestEnvVars } from "./utils/tck-test-utils";
import { formatCypher, formatParams, setTestEnvVars, translateQuery } from "./utils/tck-test-utils";

describe("Cypher Advanced Filtering", () => {
let typeDefs: string;
Expand Down

0 comments on commit e6c66dc

Please sign in to comment.