Skip to content

Commit e849b4c

Browse files
committed
fix test
1 parent e920d7c commit e849b4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/mock-http.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,6 @@ describe('Mocked API tests', () => {
333333
})
334334

335335
it('should export assemblyInstructionsSchema', () => {
336-
expect(assemblyInstructionsSchema).toBe
336+
expect(assemblyInstructionsSchema).toBeDefined()
337337
})
338338
})

0 commit comments

Comments
 (0)