diff --git a/damus/TestData.swift b/damus/TestData.swift index 3d666fc5..8c2b92bc 100644 --- a/damus/TestData.swift +++ b/damus/TestData.swift @@ -58,7 +58,7 @@ var test_damus_state: DamusState = ({ let fileManager = FileManager.default let temp = fileManager.temporaryDirectory.appendingPathComponent(UUID().uuidString) try fileManager.createDirectory(at: temp, withIntermediateDirectories: true, attributes: nil) - tempDir = temp.absoluteString + tempDir = temp.path(percentEncoded: false) } catch { tempDir = "." }