aboutsummaryrefslogtreecommitdiffhomepage
path: root/command
diff options
context:
space:
mode:
Diffstat (limited to 'command')
-rw-r--r--command/builder_test.go2
-rw-r--r--command/parse_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/command/builder_test.go b/command/builder_test.go
index 22ce7aee..f7a7a8f4 100644
--- a/command/builder_test.go
+++ b/command/builder_test.go
@@ -3,7 +3,7 @@ package command_test
import (
"testing"
- "git.gensokyo.uk/security/fortify/command"
+ "git.gensokyo.uk/security/hakurei/command"
)
func TestBuild(t *testing.T) {
diff --git a/command/parse_test.go b/command/parse_test.go
index 579edd90..b9150a3d 100644
--- a/command/parse_test.go
+++ b/command/parse_test.go
@@ -10,7 +10,7 @@ import (
"strings"
"testing"
- "git.gensokyo.uk/security/fortify/command"
+ "git.gensokyo.uk/security/hakurei/command"
)
func TestParse(t *testing.T) {