Fixed long lines.
This commit is contained in:
parent
a2a53feacc
commit
233281c146
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ class IsgdTest {
|
||||||
@Test
|
@Test
|
||||||
fun testShortenXml() {
|
fun testShortenXml() {
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><output><shorturl>$shortUrl</shorturl></output>",
|
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>" +
|
||||||
|
"<output><shorturl>$shortUrl</shorturl></output>",
|
||||||
Isgd.shorten(url, format = Format.XML)
|
Isgd.shorten(url, format = Format.XML)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue