Skip to content

Commit 9b83517

Browse files
author
RadicalRafi
committed
fixed error message
1 parent 3cf221b commit 9b83517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gaillier_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ func TestMul(t *testing.T) {
146146
result := new(big.Int).SetBytes(decRes)
147147
corr := new(big.Int).SetInt64(320)
148148
if result.Cmp(corr) != 0 {
149-
t.Errorf("Error Add Constant function want %d , got %d", corr, result)
149+
t.Errorf("Error Mul function want %d , got %d", corr, result)
150150
}
151151
}

0 commit comments

Comments
 (0)