Skip to content

Commit

Permalink
fix fmt on nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mchenani committed Jan 9, 2025
1 parent cdef053 commit 75553e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings_node/test/Conversations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('Conversations', () => {
updateGroupDescriptionPolicy: 1,
updateGroupImageUrlSquarePolicy: 0,
updateGroupPinnedFrameUrlPolicy: 3,
updateMessageExpirationMsPolicy: 2
updateMessageExpirationMsPolicy: 2,
},
})
expect(group).toBeDefined()
Expand All @@ -120,7 +120,7 @@ describe('Conversations', () => {
updateGroupDescriptionPolicy: 1,
updateGroupImageUrlSquarePolicy: 0,
updateGroupPinnedFrameUrlPolicy: 3,
updateMessageExpirationMsPolicy: 2
updateMessageExpirationMsPolicy: 2,
})
})

Expand Down

0 comments on commit 75553e0

Please sign in to comment.