12 lines
153 B
Go
12 lines
153 B
Go
package dbus_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.ophivana.moe/cat/fortify/helper"
|
|
)
|
|
|
|
func TestHelperChildStub(t *testing.T) {
|
|
helper.InternalChildStub()
|
|
}
|