summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/yoga/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/yoga/main_test.go b/cmd/yoga/main_test.go
index d06ff33..4062b58 100644
--- a/cmd/yoga/main_test.go
+++ b/cmd/yoga/main_test.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
"testing"
- "yoga/internal/app"
+ "codeberg.org/snonux/yoga/internal/app"
)
func TestRunPrintsVersion(t *testing.T) {