Skip to content

Commit

Permalink
fix code analytics
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Jan 21, 2025
1 parent d82fa5a commit e9f6b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class OCFileListFragmentStaticServerIT : AbstractIT() {
fileLength = 3072000
modificationTimestamp = 746443755000
parentId = sut.storageManager.getFileByEncryptedRemotePath("/").fileId
tags = listOf(Tag("","Top secret", null))
tags = listOf(Tag("", "Top secret", null))
sut.storageManager.saveFile(this)
}

Expand Down

0 comments on commit e9f6b77

Please sign in to comment.