Skip to content

Commit fa2c473

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
test: assert Oracle block serialization without cloning
1 parent 6aad3a2 commit fa2c473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks/oracle_fusion_project_management.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ describe('Oracle Project Management block', () => {
162162
projectName: undefined,
163163
invoiceId: undefined,
164164
})
165-
expect(JSON.parse(JSON.stringify(result))).not.toHaveProperty('invoiceId')
165+
expect(JSON.stringify(result)).not.toContain('"invoiceId"')
166166
expect(
167167
map('update_project', { projectId: '101', projectDescription: null }).projectDescription
168168
).toBeNull()

0 commit comments

Comments
 (0)