Skip to content

Commit

Permalink
test: Fix typo in github issue 6442 test name (typeorm#6554)
Browse files Browse the repository at this point in the history
the test for typeorm#6442 was accidentally named `6642`
  • Loading branch information
danmana authored and Svetlozar committed Jan 12, 2021
1 parent 9c2ac78 commit 8510beb
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 8510beb

Please sign in to comment.