Skip to content

Commit e893304

Browse files
committed
Fixing tests
1 parent 7884b66 commit e893304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void ExceptionMessageParsed() {
3131
} catch (ApiException e) {
3232
thrown = true;
3333
assertEquals(400, e.getHttpCode());
34-
assertEquals("com.aspose.barcode.cloud.ApiException: ", e.toString());
34+
assertEquals("com.aspose.barcode.cloud.ApiException: Bad Request", e.toString());
3535
assertEquals(
3636
"errorInvalidInputData: Barcode.Text is not provided.\n"
3737
+ "Operation Failed. The input data is not valid.",

0 commit comments

Comments
 (0)