diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 09:15:40 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 09:15:40 +0200 |
| commit | b93de95dd24ff2a1d3126e6d7d00cd77530a03bf (patch) | |
| tree | 483a0901a20274152ba3f03f272f8098be4f49c0 /internal/liturgy/fetch_test.go | |
| parent | c1b954ad517cef00bf480d5229b253a8c6524be7 (diff) | |
| download | lectio-b93de95dd24ff2a1d3126e6d7d00cd77530a03bf.tar.gz lectio-b93de95dd24ff2a1d3126e6d7d00cd77530a03bf.zip | |
tradlit: offline caching + read; update pre-caches traditional; --clean prunes it; v0.2.0
Diffstat (limited to 'internal/liturgy/fetch_test.go')
| -rw-r--r-- | internal/liturgy/fetch_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
