Skip to content

Commit

Permalink
attemp to fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Jul 3, 2024
1 parent 93bc421 commit 65d9eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings_node/test/Conversations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('Conversations', () => {
const groupWithPinnedFrame = await client1
.conversations()
.createGroup([user2.account.address], {
pinnedFrame: 'https://frameurl.xyz',
groupPinnedFrame: 'https://frameurl.xyz',
})
expect(groupWithPinnedFrame).toBeDefined()
expect(groupWithPinnedFrame.groupName()).toBe('')
Expand Down

0 comments on commit 65d9eb2

Please sign in to comment.