diff options
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. |
