mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 05:26:51 -04:00
small fixes, lease
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package common
|
||||
|
||||
import "testing"
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestStringReportsCorrectLength(t *testing.T) {
|
||||
str_len, err := String([]byte{0x02, 0x00, 0x00}).Length()
|
||||
|
Reference in New Issue
Block a user