aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/stub_test.go
blob: 52973f619dcd707aa9dcfe2cf30cd615c4022ada (plain)
1
2
3
4
5
6
7
8
9
package helper_test

import (
	"testing"

	"git.gensokyo.uk/security/hakurei/helper"
)

func TestHelperStub(t *testing.T) { helper.InternalHelperStub() }