From 9e4f0122f5264fdab7b786adcbd37a232f84ea57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jing=E7=BB=B4?= Date: Sun, 26 Nov 2023 14:19:44 +0800 Subject: [PATCH] update testdata URL path Closes: https://github.com/damus-io/damus/pull/1767 Reviewed-by: William Casarin Signed-off-by: William Casarin --- damus/TestData.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "." }