fixed failing test issue

This commit is contained in:
Umed Khudoiberdiev 2017-07-03 11:53:26 +05:00
parent a4892209cf
commit 40ebdd9d92

View File

@ -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";