Skip to content

Commit 7cfaca0

Browse files
committed
deploy
1 parent b1d5fc7 commit 7cfaca0

File tree

1 file changed

+1
-1
lines changed
  • packages/destination-actions/src/destinations/memora/upsertProfile/__tests__

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/memora/upsertProfile/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('Memora.upsertProfile', () => {
6464
expect(responses.length).toBe(1)
6565
expect(responses[0].status).toBe(202)
6666

67-
// Validate the bulk upsert request body
67+
// Validate the bulk upsert request body.
6868
expect(capturedBody.profiles).toHaveLength(1)
6969
const profile = (capturedBody.profiles as any[])[0]
7070
expect(profile.traits.Contact).toBeDefined()

0 commit comments

Comments
 (0)