Skip to content

Commit 3770778

Browse files
chore: Update RAW function to use new GitHub URL (#132)
1 parent 4c149fc commit 3770778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/__tests__/nitro-image-ui.harness.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe('NitroImage view - visual snapshots', () => {
101101

102102
describe('NitroImage view - URL sources', () => {
103103
const RAW = (filename: string) =>
104-
`https://raw.githubusercontent.com/riteshshukla04/react-native-nitro-image/main/example/__tests__/__image_snapshots__/android/${filename}`
104+
`https://raw.githubusercontent.com/mrousavy/react-native-nitro-image/main/example/__tests__/__image_snapshots__/android/${filename}`
105105

106106
it('renders a remote red tile loaded from a URL', async () => {
107107
const image = await WebImages.loadFromURLAsync(

0 commit comments

Comments
 (0)