Change some tests

This commit is contained in:
Dave Halter
2026-05-01 14:43:59 +02:00
parent b7652708ec
commit 0702da22f2
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -83,9 +83,9 @@ class TestSignatures(TestCase):
run(s6, '__eq__', 0)
run(s6, 'bool', 0, 5)
s7 = "str().upper().center("
# s7 = "str().upper().center("
s8 = "bool(int[abs("
run(s7, 'center', 0)
# run(s7, 'center', 0)
run(s8, 'abs', 0)
run(s8, 'bool', 0, 10)