From b93de95dd24ff2a1d3126e6d7d00cd77530a03bf Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 24 Jul 2026 09:15:40 +0200 Subject: tradlit: offline caching + read; update pre-caches traditional; --clean prunes it; v0.2.0 --- internal/liturgy/fetch_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/liturgy/fetch_test.go') diff --git a/internal/liturgy/fetch_test.go b/internal/liturgy/fetch_test.go index 1cebb86..738126d 100644 --- a/internal/liturgy/fetch_test.go +++ b/internal/liturgy/fetch_test.go @@ -37,7 +37,7 @@ func TestLoadCaches(t *testing.T) { // before it ever builds a filesystem path from it, so every caller (web, // cli, tui) is protected even if a future caller forgets to validate. // -// The planted "passwd.json" sits one level *above* cacheDir() -- reachable +// The planted "passwd.json" sits one level *above* CacheDir() -- reachable // only via a "../" date -- so if Load ever built jsonPath from the raw date // unchecked, loadJSONCache would read it back and return its section instead // of an error. -- cgit v1.3