From 944165dba4a7fba8564b0581db0c7e5633b0cd50 Mon Sep 17 00:00:00 2001 From: makkalot Date: Mon, 9 Jun 2008 01:01:03 +0300 Subject: changing test for new one list keyword --- test/unittest/test_func_arg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unittest') 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 -- cgit