Skip to content

Commit 742261f

Browse files
committed
Fix test
Signed-off-by: Kyle Corry <kylecorry31@gmail.com>
1 parent 4af6b9e commit 742261f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdf/src/test/java/com/kylecorry/andromeda/pdf/PDFSerializerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ startxref
103103
PDFObject(
104104
"4 0",
105105
listOf("/Type /Measure", "/Subtype /GEO", "/Reference 3 0 R"),
106-
listOf("Test streamHere".toByteArray())
106+
listOf("Test stream\nHere".toByteArray())
107107
),
108108
)
109109

0 commit comments

Comments
 (0)