Skip to content

Commit e2a359a

Browse files
Merge pull request #367 from GetStream/fix-client-in-snapshot-test
null client in list footer for snapshot test
2 parents b17ecda + c86437c commit e2a359a

File tree

2 files changed

+2
-1145
lines changed

2 files changed

+2
-1145
lines changed

src/components/Thread/__tests__/Thread.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ describe('Thread', () => {
173173

174174
const snapshot = toJSON();
175175
snapshot.children[0].children[0].children[0].children[0].props.ListFooterComponent = null;
176+
snapshot.children[0].children[0].children[0].props.ListFooterComponent = null;
176177

177178
await waitFor(() => {
178179
expect(snapshot).toMatchSnapshot();

0 commit comments

Comments
 (0)