diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-29 22:34:47 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-29 22:34:47 +0200 |
| commit | 42fb6efd01e3640ea9d15dc1e0a072c1ea8295b1 (patch) | |
| tree | ebf351b66f0288c8e9f879c529a962b025bebf15 /cache/cache_test.go | |
| parent | 03a31799a872385d821130f46942fc13dae76774 (diff) | |
fix very embarrassing bug where -a didnt actually work
Diffstat (limited to 'cache/cache_test.go')
| -rw-r--r-- | cache/cache_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/cache_test.go b/cache/cache_test.go index 1a9c46d..95ded9d 100644 --- a/cache/cache_test.go +++ b/cache/cache_test.go @@ -5,7 +5,7 @@ package cache import ( "github.com/stretchr/testify/assert" "path/filepath" - . "pik/testx" + . "pik/runner" "strings" "testing" "testing/fstest" |
