Skip to content

Commit

Permalink
fixing failing test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pleerock authored and HeartPattern committed Nov 29, 2021
1 parent 83a22ad commit 3991632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/github-issues/7932/issue-7932.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe("github issues > #7932 non-ascii characters assigned to var/char colum
before(async () => {
connections = await createTestingConnections({
entities: [Example],
enabledDrivers: ["mssql"],
schemaCreate: false,
dropSchema: true
});
Expand Down

0 comments on commit 3991632

Please sign in to comment.