Ophestra Umiker
65af1684e3
All checks were successful
test / test (push) Successful in 14s
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
12 lines
158 B
Go
12 lines
158 B
Go
package dbus_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.ophivana.moe/security/fortify/helper"
|
|
)
|
|
|
|
func TestHelperChildStub(t *testing.T) {
|
|
helper.InternalChildStub()
|
|
}
|