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