fix test for new tuples
This commit is contained in:
parent
c6ea0f8372
commit
83473b9c69
@ -697,7 +697,7 @@ class TestConfig:
|
||||
assert obj == new
|
||||
|
||||
if mutable:
|
||||
assert conf._mutables == [(option, old, new)]
|
||||
assert conf._mutables == ( old, new)
|
||||
|
||||
if mutable and mutated:
|
||||
# Now let's update
|
||||
|
Loading…
Reference in New Issue
Block a user