Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Jan 10, 2025
1 parent 7884b66 commit e893304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void ExceptionMessageParsed() {
} catch (ApiException e) {
thrown = true;
assertEquals(400, e.getHttpCode());
assertEquals("com.aspose.barcode.cloud.ApiException: ", e.toString());
assertEquals("com.aspose.barcode.cloud.ApiException: Bad Request", e.toString());
assertEquals(
"errorInvalidInputData: Barcode.Text is not provided.\n"
+ "Operation Failed. The input data is not valid.",
Expand Down

0 comments on commit e893304

Please sign in to comment.