aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/core/peer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/core/peer_test.go')
-rw-r--r--src/gnunet/core/peer_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet/core/peer_test.go b/src/gnunet/core/peer_test.go
index 29fe801..c18eec3 100644
--- a/src/gnunet/core/peer_test.go
+++ b/src/gnunet/core/peer_test.go
@@ -75,7 +75,7 @@ func TestPeerHello(t *testing.T) {
75 t.Log(u2) 75 t.Log(u2)
76 76
77 // check if HELLO data is the same 77 // check if HELLO data is the same
78 if !h.Equals(h2) { 78 if !h.Equal(h2) {
79 t.Fatal("HELLO data mismatch") 79 t.Fatal("HELLO data mismatch")
80 } 80 }
81 // verify signature 81 // verify signature