diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-03 19:24:08 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-03 14:24:08 -0700 |
| commit | 5c34f8752938764668d829fb284626b9c62c5475 (patch) | |
| tree | 85e6d1c802dcdf868b887cbc30944b44dfd462ea /hotline/server_blackbox_test.go | |
| parent | e75ba43a4e6032b94bf3a3fedf9f557f2c4969e4 (diff) | |
Ran `gofmt -w .`
Diffstat (limited to 'hotline/server_blackbox_test.go')
| -rw-r--r-- | hotline/server_blackbox_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
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} |