Skip to content

Commit

Permalink
change name of the dbName to avoid collision in the introspection pac…
Browse files Browse the repository at this point in the history
…kage (#4234)
  • Loading branch information
MacondoExpress authored Nov 1, 2023
1 parent e2e64a9 commit 0571f89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { toGraphQLTypeDefs } from "../../../src/index";
import createDriver from "../neo4j";

describe("GraphQL - Infer Schema on graphs", () => {
const dbName = "introspectToNeo4jGrahqlTypeDefsGraphITDb";
const dbName = "introspectToNeo4jGrahqlTypeDefsGraphITDbLabelInjection";
let driver: neo4j.Driver;
let MULTIDB_SUPPORT = true;

Expand Down

0 comments on commit 0571f89

Please sign in to comment.