Add missing yaml_value fixture
This commit is contained in:
parent
b617f1e03c
commit
70addc93b3
@ -247,7 +247,7 @@ class TestCycle:
|
|||||||
commands.config_cycle(opt, '[foo]', '[bar]')
|
commands.config_cycle(opt, '[foo]', '[bar]')
|
||||||
assert config_stub.get(opt) == ['foo']
|
assert config_stub.get(opt) == ['foo']
|
||||||
|
|
||||||
def test_toggle(self, commands, config_stub):
|
def test_toggle(self, commands, config_stub, yaml_value):
|
||||||
"""Run ':config-cycle auto_save.session'.
|
"""Run ':config-cycle auto_save.session'.
|
||||||
|
|
||||||
Should toggle the value.
|
Should toggle the value.
|
||||||
|
Loading…
Reference in New Issue
Block a user