Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
satish-ravi committed Nov 22, 2023
1 parent daa8dd6 commit 72e6330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfts/NftsInfoCarousel.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('NftsInfoCarousel', () => {
// Return to first Nft
fireEvent.press(getByTestId(nft1Thumbnail))
expect(getByText(mockNftAllFields.metadata!.name)).toBeTruthy()
expect(getByTestId('NftsInfoCarousel/MainVideo')).toHaveProp(
expect(getByTestId('NftsInfoCarousel/MainVideo').children[0]).toHaveProp(
'source',
expect.objectContaining({
uri: mockNftAllFields.media[1].gateway,
Expand Down

0 comments on commit 72e6330

Please sign in to comment.