Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 1f49693

Browse files
committed
Change firebase test data
For test #89 use a larger test image.
1 parent d249efc commit 1f49693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-firebase.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const { Assert, Comparer, Info, prop } = RNTest
2525
const describe = RNTest.config({
2626
group : 'firebase',
2727
run : true,
28-
expand : false,
28+
expand : true,
2929
timeout : 300000000,
3030
})
3131
const { TEST_SERVER_URL, TEST_SERVER_URL_SSL, DROPBOX_TOKEN, styles } = prop()
@@ -103,7 +103,7 @@ let tier2FileName = `firebase-test-${Platform.OS}-github2.jpg`
103103
describe('upload using file path', (report, done) => {
104104
RNFetchBlob
105105
.config({ fileCache : true, appendExt : 'jpg' })
106-
.fetch('GET', `${TEST_SERVER_URL}/public/github2.jpg`)
106+
.fetch('GET', `${TEST_SERVER_URL}/public/500k-img-dummy.jpg`)
107107
.then((resp) => {
108108
report(<Info key="test image">
109109
<Image style={styles.image} source={{uri : prefix + resp.path()}}/>

0 commit comments

Comments
 (0)