Commit 0f158f11 authored by Steven Allen's avatar Steven Allen

nit: mark test helper

parent 61e31ed4
......@@ -179,6 +179,7 @@ func TestStringToBytes(t *testing.T) {
func TestBytesToString(t *testing.T) {
testString := func(s1 string, h string) {
t.Helper()
b, err := hex.DecodeString(h)
if err != nil {
t.Error("failed to decode hex", h)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment