Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Mar 13, 2024
1 parent 73375e6 commit f4cb9cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void getResponse() throws Exception {
}
catch(B2ApiException e) {
assertEquals(400, e.getStatus());
assertEquals("large files must have at least 2 parts", e.getMessage());
assertEquals("Large files must have at least one part", e.getMessage());
}

final B2FileResponse b2FileResponse = new B2CancelLargeFileRequest(client, b2AuthorizeAccountResponse,
Expand Down

0 comments on commit f4cb9cf

Please sign in to comment.