Skip to content

Commit

Permalink
Download a second copy of the multiframe for now to prevent test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 6, 2024
1 parent a510988 commit 190b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data-options.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ it("noCopy test_fragment_multiframe", async () => {
"https://github.com/dcmjs-org/data/releases/download/encapsulation/encapsulation-fragment-multiframe.dcm";
const dcmPath = await getTestDataset(
url,
"encapsulation-fragment-multiframe.dcm"
"encapsulation-fragment-multiframe-b.dcm"
);
const file = fs.readFileSync(dcmPath);

Expand Down

0 comments on commit 190b70f

Please sign in to comment.