Skip to content

Commit

Permalink
feat: Identity
Browse files Browse the repository at this point in the history
Updated package to use identity
Updated usage of addresses
Updated methods to use identity
  • Loading branch information
Alex Risch authored and Alex Risch committed May 31, 2024
1 parent bfc5a07 commit 1d474c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__mocks__/@xmtp/react-native-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
JSContentCodec: jest.fn().mockImplementation(() => {
return {};
}),
GroupChangeCodec: jest.fn().mockImplementation(() => {
GroupUpdatedCodec: jest.fn().mockImplementation(() => {
return {};
}),
ReplyCodec: jest.fn().mockImplementation(() => ({})),
Expand Down

0 comments on commit 1d474c4

Please sign in to comment.