Skip to content

Commit 3072aba

Browse files
committed
Fix another typo
1 parent 3957861 commit 3072aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/tests/test_quaddtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def test_mod(a, b, backend, op):
504504
"0.9", "-0.9", "0.9999", "-0.9999",
505505
"1.1", "-1.1", "1.0001", "-1.0001",
506506
# Medium values
507-
"10.0", "-10.0", "20.0x", "-20.0",
507+
"10.0", "-10.0", "20.0", "-20.0",
508508
# Large values
509509
"100.0", "200.0", "700.0", "1000.0",
510510
"-100.0", "-200.0", "-700.0", "-1000.0",

0 commit comments

Comments
 (0)