Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Feb 2, 2024
1 parent 00bd8ec commit f2a8a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/bootstrap-application/generator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f2a8a40

Please sign in to comment.