summaryrefslogtreecommitdiff
path: root/cache/cache_test.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-29 22:34:47 +0200
committerewy <ewy0@protonmail.com>2026-04-29 22:34:47 +0200
commit42fb6efd01e3640ea9d15dc1e0a072c1ea8295b1 (patch)
treeebf351b66f0288c8e9f879c529a962b025bebf15 /cache/cache_test.go
parent03a31799a872385d821130f46942fc13dae76774 (diff)
fix very embarrassing bug where -a didnt actually work
Diffstat (limited to 'cache/cache_test.go')
-rw-r--r--cache/cache_test.go2
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"