Skip to content

Commit

Permalink
fix: broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Dec 24, 2024
1 parent 5828137 commit 2300ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ describe('MessageList', () => {

await waitFor(() => {
expect(flatListRefMock).toHaveBeenCalledWith({
animated: false,
animated: true,
index: 14,
viewPosition: 0.5,
});
Expand Down

0 comments on commit 2300ffc

Please sign in to comment.