aboutsummaryrefslogtreecommitdiff
path: root/nizk/vickrey_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'nizk/vickrey_test.go')
-rw-r--r--nizk/vickrey_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/nizk/vickrey_test.go b/nizk/vickrey_test.go
index a9b20dc..55c4dfa 100644
--- a/nizk/vickrey_test.go
+++ b/nizk/vickrey_test.go
@@ -1,7 +1,6 @@
package nizk
import (
- "log"
"math/rand"
"slices"
"strings"
@@ -90,7 +89,7 @@ func runVickrey(n int, bitlength int, tb testing.TB) {
s1 := x.String()
s2 := z.String()
if strings.HasPrefix(s1, s2[:len(s2)-2]) {
- log.Printf("BUG! TODO! equal only by string")
+ tb.Logf("BUG! TODO! equal only by string")
found = true
}
}