summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-09 01:01:03 +0300
committermakkalot <makkalot@gmail.com>2008-06-09 01:01:03 +0300
commit944165dba4a7fba8564b0581db0c7e5633b0cd50 (patch)
treedf9837d1b054e991a3004b32f95d748da9a76b8c /test
parente05caff42e95b4926411071200da422aa19e5605 (diff)
downloadthird_party-func-944165dba4a7fba8564b0581db0c7e5633b0cd50.tar.gz
third_party-func-944165dba4a7fba8564b0581db0c7e5633b0cd50.tar.xz
third_party-func-944165dba4a7fba8564b0581db0c7e5633b0cd50.zip
changing test for new one list keyword
Diffstat (limited to 'test')
-rw-r--r--test/unittest/test_func_arg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittest/test_func_arg.py b/test/unittest/test_func_arg.py
index 35f09c9..1b9102c 100644
--- a/test/unittest/test_func_arg.py
+++ b/test/unittest/test_func_arg.py
@@ -93,7 +93,7 @@ class TestArgCompatibility:
},
'some_iterable':{
- 'type':'iterable',
+ 'type':'list',
'description':'The value and description for *arg',
'optional':True, #that is where it makes sense
'validator':'^[0-9]+$',#maybe useful to say it is to be a number for example