Skip to content

Commit 0c74b57

Browse files
committed
Constify unmodified rootMetadata value
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
1 parent f26574b commit 0c74b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/NextcloudFileProviderKitTests/FilesDatabaseManagerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ final class FilesDatabaseManagerTests: XCTestCase {
630630
}
631631

632632
func testChildItemsForRootDirectory() throws {
633-
var rootMetadata = SendableItemMetadata(
633+
let rootMetadata = SendableItemMetadata(
634634
ocId: NSFileProviderItemIdentifier.rootContainer.rawValue,
635635
fileName: "",
636636
account: Account(

0 commit comments

Comments
 (0)