Skip to content

Commit 8276ab7

Browse files
authored
Fixing broken test (#31)
1 parent 429e7d7 commit 8276ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/aspose/barcode/cloud/test/ExceptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void ExceptionMessageParsed() {
3030
assertEquals("Bad Request", e.getMessage());
3131
assertEquals("com.aspose.barcode.cloud.ApiException: Bad Request", e.toString());
3232
assertEquals(
33-
"errorInvalidInputData: Barcode.Text is not provided.\r\n"
33+
"errorInvalidInputData: Barcode.Text is not provided.\n"
3434
+ "Operation Failed. The input data is not valid.",
3535
e.getDetails());
3636
}

0 commit comments

Comments
 (0)