Skip to content

Commit

Permalink
fix: address linting errors, replaced single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-golden committed Jul 22, 2020
1 parent 50b4002 commit 9175d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/github-issues/6642/issue-6642.ts
Expand Up @@ -8,7 +8,7 @@ import {
import { Connection, createConnection } from "../../../src";
import { fail } from "assert";
import { Query } from "../../../src/driver/Query";
import { MysqlConnectionOptions } from '../../../src/driver/mysql/MysqlConnectionOptions';
import { MysqlConnectionOptions } from "../../../src/driver/mysql/MysqlConnectionOptions";

describe("github issues > #6642 JoinTable does not respect inverseJoinColumns referenced column width", () => {
let connections: Connection[];
Expand Down

0 comments on commit 9175d36

Please sign in to comment.