Starting to add tests

This commit is contained in:
Willie Koomson
2018-03-12 19:46:44 -04:00
parent 15798f473b
commit 82596d0be2
11 changed files with 152 additions and 130 deletions

View File

@ -3,7 +3,7 @@ package go_i2cp
import "testing"
func TestRandomDestination(t *testing.T) {
var destOne, destTwo Destination
var destOne, destTwo *Destination
var err error
destOne, err = NewDestination()
var stream = NewStream(make([]byte, 4096))