diff --git a/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt b/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt
index 4c58737..b6ecd6b 100644
--- a/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt
+++ b/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt
@@ -84,7 +84,8 @@ class IsgdTest {
@Test
fun testShortenXml() {
assertEquals(
- "",
+ "" +
+ "",
Isgd.shorten(url, format = Format.XML)
)
}