Skip to content

Commit

Permalink
♻️ Update test file paths to use generic year
Browse files Browse the repository at this point in the history
Modify file paths in AudioExtractorImplTest to use '20xx' instead of '2024' for more flexible testing
  • Loading branch information
CXwudi committed Dec 16, 2024
1 parent 73dd06d commit 339ac69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class AudioExtractorImplTest(
}
should("handle eac-3 to mka") {
testExtract(
"2024年V家新曲-download-test/【初音ミク】こころのキラリ【shishy】[661223]-songInfo.json",
"2024年V家新曲-download-test/【初音ミク】こころのキラリ【shishy】[661223]-pv.mkv",
"20xx年V家新曲-download-test/【初音ミク】こころのキラリ【shishy】[661223]-songInfo.json",
"20xx年V家新曲-download-test/【初音ミク】こころのキラリ【shishy】[661223]-pv.mkv",
anyToMkaAudioExtractor
)
}
Expand Down

0 comments on commit 339ac69

Please sign in to comment.