Skip to content

Commit f3a105f

Browse files
committed
Fix typo in test in 0c2fa43.
1 parent 0c2fa43 commit f3a105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math-test/math/tests/number-theory-tests.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
(check-equal? (modular-expt 3 -2 47) 21) ; PowerMod[3,-2,47]
259259
(check-equal? (modular-expt 3 -4 47) 18) ; PowerMod[3,-4,47]
260260

261-
(check-equal (with-modulus 19 (modexpt 2 -1)) 10)
261+
(check-equal? (with-modulus 19 (modexpt 2 -1)) 10)
262262

263263
; "quadratic-residues.rkt"
264264
(check-equal? (quadratic-character 2 5) -1)

0 commit comments

Comments
 (0)