diff options
Diffstat (limited to 'dbus/stub_test.go')
| -rw-r--r-- | dbus/stub_test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dbus/stub_test.go b/dbus/stub_test.go index b83deb20..13a7d1df 100644 --- a/dbus/stub_test.go +++ b/dbus/stub_test.go @@ -6,6 +6,4 @@ import ( "git.gensokyo.uk/security/fortify/helper" ) -func TestHelperChildStub(t *testing.T) { - helper.InternalChildStub() -} +func TestHelperStub(t *testing.T) { helper.InternalHelperStub() } |
