fix test for new tuples

This commit is contained in:
Ryan Farley 2017-09-19 14:00:44 -05:00
parent c6ea0f8372
commit 83473b9c69

View File

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