Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dariacm committed Jun 28, 2024
1 parent d60b0e9 commit 05d1512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/lib/messages/MetadataFiller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('MetadataFiller', () => {
const metadata = filler.produceMetadata(TEST_MESSAGE, EVENT_DEFINITION, providedMetadata)

// Then
expect(metadata).toEqual({...providedMetadata, producedBy: SERVICE_ID})
expect(metadata).toEqual({ ...providedMetadata, producedBy: SERVICE_ID })
})
})
})

0 comments on commit 05d1512

Please sign in to comment.