adding kotlin-test to dependencies

This commit is contained in:
minjaesong
2024-01-09 22:28:49 +09:00
parent 0104d80152
commit c4c76a41fb
4 changed files with 21 additions and 7 deletions

View File

@@ -77,7 +77,8 @@ class TerrarumAudioMixerTrack(
throw IllegalArgumentException("Cannot add master track as a sidechain")
if (sidechainInputs.map { it.first }.any { it.hash == input.hash })
throw IllegalArgumentException("The track '${input.hash}' already exists")
//throw IllegalArgumentException("The track '${input.hash}' already exists")
return
if (getSidechains().any { mySidechain ->
val theirSidechains = mySidechain?.getSidechains()