Make windows happy

This commit is contained in:
Henrique 2019-11-25 10:39:36 -05:00
parent ed7f0b4b39
commit 1c8abaed78

View File

@ -42,6 +42,8 @@ class TestCommandHistory:
saved_commands = [cmd for cmd in history.saved_commands]
assert saved_commands == ['cmd1', 'cmd2', 'cmd3']
history.command_history_file.close()
def test_add_command(self, tctx):
history = command_history.CommandHistory(3)