Skip to content

Commit 7e0daf6

Browse files
Update src/__tests__/legalEntityManagement.spec.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9e86bcb commit 7e0daf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/legalEntityManagement.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe("Legal Entity Management", (): void => {
9090
const response = await legalEntityManagement.LegalEntitiesApi.getLegalEntity("123456789");
9191
expect(response.id).toBe(id);
9292
// type is unknown, so it should not be defined
93-
expect(response.type).toBeUndefined;
93+
expect(response.type).toBeUndefined();
9494
}).not.toThrow();
9595
});
9696

0 commit comments

Comments
 (0)