mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix bad copy paste
This commit is contained in:
parent
8524aed718
commit
1ba27fe5b3
1 changed files with 1 additions and 1 deletions
|
@ -172,5 +172,5 @@ def test_mixed_types():
|
|||
m2 = {"a": {"b": [3, 4]}}
|
||||
z = ChainDB(m1)
|
||||
z.maps.append(m2)
|
||||
assert isinstance(z["a"]["b"], set)
|
||||
assert isinstance(z["a"]["b"], list)
|
||||
assert z["a"]["b"] == [1, 2, 3, 4]
|
||||
|
|
Loading…
Add table
Reference in a new issue