Skip to content

Commit f164cf3

Browse files
committed
first commit
1 parent 5e02895 commit f164cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspose.Diagram.Cloud.SDK.Test/Api/DiagramFileApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void DiagramFilePutUploadTest()
122122
string name = "file_upload_new_C#.png";
123123
bool isOverwrite = true;
124124
string folder = TEMPFOLDER;
125-
string localFilePath = @"D:\work\01aspose\cloud\Aspose.Diagram.Cloud\diagram\testdata\Diagram\upload\123.vsd";
125+
string localFilePath = @"D:\xxxx\testdata\Diagram\upload\123.vsd";
126126
var response = instance.DiagramFilePutUpload(localFilePath, name, folder, isOverwrite);
127127
Assert.IsInstanceOf<SaaSposeResponse>(response, "response is SaaSposeResponse");
128128

0 commit comments

Comments
 (0)