Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdenham committed Jan 28, 2016
1 parent e6ce31c commit 54bc98c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 54bc98c

Please sign in to comment.