summaryrefslogtreecommitdiff
path: root/search/search_test.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
commit5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch)
treea2e963dd99b57d55a408ac8045d04c3cddc63c10 /search/search_test.go
parent43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff)
update module path
Diffstat (limited to 'search/search_test.go')
-rw-r--r--search/search_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/search_test.go b/search/search_test.go
index 7246ffc..8e82b4b 100644
--- a/search/search_test.go
+++ b/search/search_test.go
@@ -3,8 +3,8 @@
package search
import (
+ "git.ewy.one/pik/runner"
"github.com/stretchr/testify/assert"
- "pik/runner"
"testing"
)