Skip to content

Commit 52e0881

Browse files
committed
Fix Storage test
1 parent 61b4f34 commit 52e0881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/test/java/com/aspose/asposecloudpdfandroid/api/StorageTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public void deleteFolderTest() throws ApiException
174174
@Test
175175
public void getIsStorageExistTest() throws ApiException
176176
{
177-
String name = "PDF-CI";
177+
String name = "First Storage";
178178

179179
StorageExist response = th.pdfApi.storageExists(name);
180180
assertTrue(response.isExists());

0 commit comments

Comments
 (0)