Skip to content

Commit

Permalink
Update exports.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
p-zielinski committed Oct 10, 2023
1 parent de440f3 commit 594a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/test/exports.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Exports API', () => {
if (!justExported.parameters.filters) {
return
}
expect(justExported as ExportResourceResponse).toMatchObject({
expect(justExported).toMatchObject({
id: expect.stringMatching(/^exp-*/),
object: 'export',
created_at: expect.stringMatching(isoRegex),
Expand Down

0 comments on commit 594a11b

Please sign in to comment.