Skip to content

Commit

Permalink
fix: 💚 appending(path: String)がLinux上でまだ動かないため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
lemo-nade-room committed Sep 8, 2024
1 parent cdc2ce6 commit 6040857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CLIKitTests/CLIKitDatabaseTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Testing
}

let console = TestConsole()
let sqliteURL = FileManager().homeDirectoryForCurrentUser.appending(path: "test.sqlite")
let sqliteURL = FileManager().homeDirectoryForCurrentUser.appendingPathComponent("test.sqlite")
func removeSQLiteFile() {
do { try FileManager().removeItem(at: sqliteURL) } catch {}
}
Expand Down

0 comments on commit 6040857

Please sign in to comment.