]> gitweb.factorcode.org Git - factor.git/commitdiff
python: fix more tests
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 18 Jan 2022 21:39:02 +0000 (13:39 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 18 Jan 2022 21:39:02 +0000 (13:39 -0800)
extra/python/syntax/syntax-tests.factor

index 92b05977fbda3cf1d96789a009f7bf5c6f7fd1ed..0aa1eecf1f0247744809e1471b8879353ac9b4b5 100644 (file)
@@ -97,7 +97,7 @@ PY-METHODS: code =>
 ] py-test
 
 ! Support for kwargs
-[ "datetime.timedelta(4, 10800)" ] [
+[ "datetime.timedelta(days=4, seconds=10800)" ] [
     H{ { "hours" 99 } } >py timedelta repr py>
 ] py-test