X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/b25c4a19420c2fde1f290dd360c68b84e4eaa1ed..685660e2266ba4353f8769a86936e228ceeb5bfa:/hotline/server_blackbox_test.go diff --git a/hotline/server_blackbox_test.go b/hotline/server_blackbox_test.go index 41d331b..09687ad 100644 --- a/hotline/server_blackbox_test.go +++ b/hotline/server_blackbox_test.go @@ -122,7 +122,6 @@ func TestHandshake(t *testing.T) { // } //} - func TestNewUser(t *testing.T) { srv, _, _ := StartTestServer() @@ -310,8 +309,6 @@ func TestNewUser(t *testing.T) { } } - - // equal is a utility function used only in tests that determines if transactions are equal enough func (t Transaction) equal(otherT Transaction) bool { t.ID = []byte{0, 0, 0, 0}