Update test for change in dict ordering
This commit is contained in:
parent
5f766a5726
commit
84765c1f4d
@ -1,6 +1,6 @@
|
||||
I am a function.
|
||||
[42]
|
||||
{'a': <class 'int'>, 'b': <class 'float'>, 'return': <class 'list'>}
|
||||
{'return': <class 'list'>, 'a': <class 'int'>, 'b': <class 'float'>}
|
||||
{'return': None, 'anint': <class 'int'>, 'self': <class '__main__.Foo'>, 'adict': 'dict[str,object]'}
|
||||
I am a method taking a dict.
|
||||
None
|
||||
|
Loading…
Reference in New Issue
Block a user