mirror of
https://github.com/waku-org/go-multiaddr.git
synced 2025-02-23 11:38:20 +00:00
nit: mark test helper
This commit is contained in:
parent
61e31ed48b
commit
0f158f1163
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user