Skip to content

Commit 9c2a800

Browse files
committed
test: align media fetch decoder tests
1 parent 516fef5 commit 9c2a800

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/media/fetch.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ describe("readRemoteMediaBuffer", () => {
515515
},
516516
});
517517

518-
const result = await fetchRemoteMedia({
518+
const result = await readRemoteMediaBuffer({
519519
url: "https://example.com/download",
520520
fetchImpl,
521521
lookupFn: makeLookupFn(),
@@ -534,7 +534,7 @@ describe("readRemoteMediaBuffer", () => {
534534
},
535535
});
536536

537-
const result = await fetchRemoteMedia({
537+
const result = await readRemoteMediaBuffer({
538538
url: "https://example.com/download",
539539
fetchImpl,
540540
lookupFn: makeLookupFn(),

0 commit comments

Comments
 (0)