Update test for change in dict ordering

This commit is contained in:
K. Lange 2021-04-14 22:32:51 +09:00
parent 5f766a5726
commit 84765c1f4d

View File

@ -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