diff --git a/src/__mocks__/@xmtp/react-native-sdk.ts b/src/__mocks__/@xmtp/react-native-sdk.ts index ed19fe3..6c30869 100644 --- a/src/__mocks__/@xmtp/react-native-sdk.ts +++ b/src/__mocks__/@xmtp/react-native-sdk.ts @@ -24,7 +24,7 @@ module.exports = { JSContentCodec: jest.fn().mockImplementation(() => { return {}; }), - GroupChangeCodec: jest.fn().mockImplementation(() => { + GroupUpdatedCodec: jest.fn().mockImplementation(() => { return {}; }), ReplyCodec: jest.fn().mockImplementation(() => ({})),