github.com/anacrolix/torrent@v1.61.0/peer_protocol/ut-holepunch/err-code_test.go (about) 1 package utHolepunch 2 3 import ( 4 "math/rand" 5 "testing" 6 ) 7 8 func TestUnknownErrCodeError(t *testing.T) { 9 ErrCode(rand.Uint32()).Error() 10 }