diff --git a/AndBible/test/net/bible/service/format/OSISInputStreamTest.java b/AndBible/test/net/bible/service/format/OSISInputStreamTest.java index 48af310ec6..fa7dbe0be0 100644 --- a/AndBible/test/net/bible/service/format/OSISInputStreamTest.java +++ b/AndBible/test/net/bible/service/format/OSISInputStreamTest.java @@ -152,7 +152,7 @@ public void testReadTitle() throws Exception { String verse = convertStreamToString(osisInputStream); System.out.println(verse); - osisInputStream = new OSISInputStream(book, book.getKey("Psalm 25:1")); + osisInputStream = new OSISInputStream(book, book.getKey("Ps 25:1")); verse = convertStreamToString(osisInputStream); System.out.println(verse); }