Skip to content

Commit

Permalink
Update issue-8690.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pleerock committed Feb 26, 2022
1 parent 89a270f commit ea16ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/github-issues/8690/issue-8690.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import "reflect-metadata";
import { createTestingConnections, closeTestingConnections, reloadTestingDatabases } from "../../utils/test-utils";
import { Connection } from "../../../src/connection/Connection";
import { expect } from "chai";
import { getRepository } from "../../../src";
import { User, Photo } from "./entity/entities";

describe("github issues > #8690 Relations do not render primary key column values correctly when transformers present", () => {
Expand Down

0 comments on commit ea16ac2

Please sign in to comment.