mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fixed failing test issue
This commit is contained in:
parent
a4892209cf
commit
40ebdd9d92
@ -20,7 +20,7 @@ describe("embedded > embedded-many-to-many-case3", () => {
|
||||
|
||||
describe("owner side", () => {
|
||||
|
||||
it.only("should insert, load, update and remove entities with embeddeds when embedded entity having ManyToMany relation with multiple primary keys (one PK in each embed)", () => Promise.all(connections.map(async connection => {
|
||||
it("should insert, load, update and remove entities with embeddeds when embedded entity having ManyToMany relation with multiple primary keys (one PK in each embed)", () => Promise.all(connections.map(async connection => {
|
||||
|
||||
const user1 = new User();
|
||||
user1.name = "Alice";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user