aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/dbus/stub_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/dbus/stub_test.go')
-rw-r--r--system/dbus/stub_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dbus/stub_test.go b/system/dbus/stub_test.go
index b05efd61..79725399 100644
--- a/system/dbus/stub_test.go
+++ b/system/dbus/stub_test.go
@@ -3,7 +3,7 @@ package dbus_test
import (
"testing"
- "git.gensokyo.uk/security/hakurei/helper"
+ "hakurei.app/helper"
)
func TestHelperStub(t *testing.T) { helper.InternalHelperStub() }