Skip to content

Commit

Permalink
Merge pull request #202 from hyperaudio/201-fix-tests
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
maboa authored Jul 27, 2024
2 parents 2d1f5dd + 48aa8b3 commit 093de68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __TEST__/hyperaudio-lite.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test("getSelectionMediaFragment", () => {
3
);
expect(ht.getSelectionMediaFragment()).toStrictEqual(
"hypertranscript=0.9,5.3"
"hypertranscript=0.88,5.21"
);
});

Expand Down

0 comments on commit 093de68

Please sign in to comment.