Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed Feb 4, 2017
1 parent 79b404e commit 6b82501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addresses_test.go
Expand Up @@ -49,7 +49,7 @@ func TestMarshalAddresses(t *testing.T) {
}

if bytes.Compare(ec.PubBytes(), ec2.PubBytes()) != 0 {
t.Errorf("Unmarshaled object has different secret.")
t.Errorf("Unmarshaled object has different public.")
}
}

Expand Down Expand Up @@ -85,7 +85,7 @@ func TestMarshalAddresses(t *testing.T) {
}

if bytes.Compare(fa.PubBytes(), fa2.PubBytes()) != 0 {
t.Errorf("Unmarshaled object has different secret.")
t.Errorf("Unmarshaled object has different public.")
}
}
}
Expand Down

0 comments on commit 6b82501

Please sign in to comment.