Skip to content

Commit 9665087

Browse files
committed
Fix skipped image loading test
1 parent 8ca24fc commit 9665087

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ test('createTextureFromUrl()', async (t) => {
201201
try {
202202
const texture = await createTextureFromUrl(
203203
regl,
204-
'https://picsum.photos/300/200/',
205-
true
204+
'https://picsum.photos/300/200/'
206205
);
207206

208207
t.equal(

0 commit comments

Comments
 (0)