Skip to content

Commit

Permalink
test: Fix typo in github issue 6442 test name (#6554)
Browse files Browse the repository at this point in the history
the test for #6442 was accidentally named `6642`
  • Loading branch information
danmana committed Oct 1, 2020
1 parent 1a6383c commit f3de0f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ import { fail } from "assert";
import { Query } from "../../../src/driver/Query";
import { MysqlConnectionOptions } from "../../../src/driver/mysql/MysqlConnectionOptions";

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

before(async () => {
Expand Down

0 comments on commit f3de0f6

Please sign in to comment.