diff options
Diffstat (limited to 'command')
| -rw-r--r-- | command/builder_test.go | 2 | ||||
| -rw-r--r-- | command/parse_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/command/builder_test.go b/command/builder_test.go index f7a7a8f4..95231841 100644 --- a/command/builder_test.go +++ b/command/builder_test.go @@ -3,7 +3,7 @@ package command_test import ( "testing" - "git.gensokyo.uk/security/hakurei/command" + "hakurei.app/command" ) func TestBuild(t *testing.T) { diff --git a/command/parse_test.go b/command/parse_test.go index b9150a3d..ce013f20 100644 --- a/command/parse_test.go +++ b/command/parse_test.go @@ -10,7 +10,7 @@ import ( "strings" "testing" - "git.gensokyo.uk/security/hakurei/command" + "hakurei.app/command" ) func TestParse(t *testing.T) { |
