Skip to content

Commit

Permalink
fix(MembershipsSdkAdapter): add name for members in getMembers method (
Browse files Browse the repository at this point in the history
  • Loading branch information
mkesavan13 authored Nov 13, 2024
1 parent f4480a5 commit 3ae1c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MembershipsSDKAdapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Memberships SDK Adapter', () => {
sharing: false,
host: false,
guest: false,
name: 'Barbara German',
name: 'Barbara German', // test names against mock sdk
},
{
ID: 'mutedPerson',
Expand Down

0 comments on commit 3ae1c00

Please sign in to comment.