Skip to content

Commit

Permalink
Update file version
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Jan 7, 2025
1 parent 16b6d28 commit 2a1e26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ReadFileVersionsRemoteOperationIT : AbstractIT() {
fun listVersions() {
val txtFile = getFile(ASSETS__TEXT_FILE_NAME)
val filePath = "/test.md"
val mimetype = "txt/plain"
val mimetype = "text/markdown"

var uploadResult =
UploadFileRemoteOperation(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public boolean isFolder() {

@Override
public long getFileLength() {
return 0;
return fileLength;
}

public void setMimeType(String mimeType) {
Expand Down

0 comments on commit 2a1e26d

Please sign in to comment.