Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Asvarox committed Jun 20, 2024
1 parent 7c6a48d commit 12eb54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/convert-song.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const lyricsGapShift = '1000';
const entranceLyricsGapShift = '10000';
const trackNum1 = 1;
const trackNum2 = 2;
const trackNum2Line = 'Second Track';
const trackNum2Line = 'Second·Track';
const line1 = 0;
const line2 = 1;
const line3 = 2;
Expand Down

0 comments on commit 12eb54e

Please sign in to comment.