aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/service/gns/rfc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/service/gns/rfc_test.go')
-rw-r--r--src/gnunet/service/gns/rfc_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet/service/gns/rfc_test.go b/src/gnunet/service/gns/rfc_test.go
index c18240e..9ae1f17 100644
--- a/src/gnunet/service/gns/rfc_test.go
+++ b/src/gnunet/service/gns/rfc_test.go
@@ -225,7 +225,7 @@ func TestRecordsRFC(t *testing.T) {
225 if !bytes.Equal(skey[:32], tc.Enc.Key) { 225 if !bytes.Equal(skey[:32], tc.Enc.Key) {
226 fmt.Printf("key = %s\n", hex.EncodeToString(skey[:32])) 226 fmt.Printf("key = %s\n", hex.EncodeToString(skey[:32]))
227 fmt.Printf("KEY = %s\n", hex.EncodeToString(tc.Enc.Key)) 227 fmt.Printf("KEY = %s\n", hex.EncodeToString(tc.Enc.Key))
228 t.Log("NONCE mismatch") 228 t.Log("KEY mismatch")
229 t.Fail() 229 t.Fail()
230 continue 230 continue
231 } 231 }