From f2a8a405690332986ad72b2d98bfbdf38f259732 Mon Sep 17 00:00:00 2001 From: Marcelo Boveto Shima Date: Thu, 1 Feb 2024 21:17:38 -0300 Subject: [PATCH] fix --- generators/bootstrap-application/generator.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/bootstrap-application/generator.spec.ts b/generators/bootstrap-application/generator.spec.ts index f2b4a7b60dac..7c71fc91f21a 100644 --- a/generators/bootstrap-application/generator.spec.ts +++ b/generators/bootstrap-application/generator.spec.ts @@ -74,7 +74,7 @@ const expectedEntity = entity => ({ otherDtoReferences: expect.any(Array), fields: entity.fields.map(expectedField), - relationships: entity.relationships.map(() => expect.any(Object)), + relationships: expect.any(Array), primaryKey: expectedPrimaryKey(entity.primaryKey), reactiveOtherEntities: expect.any(Set), reactiveUniqueEntityTypes: expect.any(Set),