Skip to content

Commit

Permalink
Merge pull request #104 from hyperaudio/103-fix-failing-test
Browse files Browse the repository at this point in the history
103 fix failing test
  • Loading branch information
maboa authored Jul 4, 2022
2 parents 2ea9009 + 0efe2ff commit 0c18632
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 @@ -101,7 +101,7 @@ test("getSelectionMediaFragment", () => {
test("updateTranscriptVisualState", () => {
const expectedResult = {
currentWordIndex: 7,
currentParaIndex: 1,
currentParentElementIndex: 1,
};

ht.currentTime = 8.106641;
Expand Down

0 comments on commit 0c18632

Please sign in to comment.