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 /indexers | |
| parent | 03a31799a872385d821130f46942fc13dae76774 (diff) | |
fix very embarrassing bug where -a didnt actually work
Diffstat (limited to 'indexers')
| -rw-r--r-- | indexers/pikdex/hydrate_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexers/pikdex/hydrate_test.go b/indexers/pikdex/hydrate_test.go index e72954e..72ac8ea 100644 --- a/indexers/pikdex/hydrate_test.go +++ b/indexers/pikdex/hydrate_test.go @@ -4,7 +4,7 @@ package pikdex import ( "github.com/stretchr/testify/assert" - "pik/testx" + "pik/runner" "testing" ) @@ -19,7 +19,7 @@ func TestHydrate(t *testing.T) { }, }, } - src := testx.TSource("asdf", "target") + src := runner.TSource("asdf", "target") hyd := src.Hydrate(nil) assert.NotNil(t, hyd) err := p.Mod(src, hyd) |
