mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
Make windows happy
This commit is contained in:
parent
ed7f0b4b39
commit
1c8abaed78
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user