forked from security/hakurei
10 lines
133 B
Go
10 lines
133 B
Go
package helper_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"hakurei.app/helper"
|
|
)
|
|
|
|
func TestHelperStub(t *testing.T) { helper.InternalHelperStub() }
|