Skip to content

Commit

Permalink
Fix parameter base.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Mar 26, 2024
1 parent aa9a6c4 commit 92b2b91
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,9 @@ public void testRegisterBlobChunkLimit() throws Exception {
1, client.partitionBlobListForRegistrationRequest(createTestBlobMetadata(3, 95, 2)).size());
assertEquals(
2,
client.partitionBlobListForRegistrationRequest(createTestBlobMetadata(3, 95, 2, 200)).size());
client
.partitionBlobListForRegistrationRequest(createTestBlobMetadata(3, 95, 2, 200))
.size());
assertEquals(
3,
client
Expand Down

0 comments on commit 92b2b91

Please sign in to comment.