Skip to content

Commit

Permalink
Update protocol/src/commonTest/kotlin/PlayerSerializerTest.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Duncan Sterken <contact@duncte123.me>
  • Loading branch information
topi314 and duncte123 authored Nov 27, 2023
1 parent 4448c8d commit 0d6f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/src/commonTest/kotlin/PlayerSerializerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class PlayerSerializerTest {
@JsName("test3")
fun `test encodedTrack and identifier exclusivity`() {
//language=json
val json = """{"track": {"encodedTrack": "", "identifier": ""}}"""
val json = """{"track": {"encoded": "", "identifier": ""}}"""

assertFailsWith<IllegalArgumentException> { Json.decodeFromString(json) }
}
Expand Down

0 comments on commit 0d6f17a

Please sign in to comment.