aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/stub_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/stub_test.go')
-rw-r--r--dbus/stub_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/dbus/stub_test.go b/dbus/stub_test.go
deleted file mode 100644
index b05efd61..00000000
--- a/dbus/stub_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package dbus_test
-
-import (
- "testing"
-
- "git.gensokyo.uk/security/hakurei/helper"
-)
-
-func TestHelperStub(t *testing.T) { helper.InternalHelperStub() }