Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRyz committed Sep 5, 2024
1 parent 7c10750 commit 6a909ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class UplynkSsaiDescriptionConverterTest {
assertEquals("preplay", items[1])
assertEquals("asset1,asset2,asset3", items[2])
assertEquals("multiple.json", items[3])
assertEquals("v=2&p1=v1&p2=v2&p3=v3", items[4])
assertEquals("v=2&ad.pingc=0&p1=v1&p2=v2&p3=v3", items[4])
}

@Test
Expand Down

0 comments on commit 6a909ab

Please sign in to comment.