From 1c8abaed78028f4a14044b06430ef86e7e36b6c3 Mon Sep 17 00:00:00 2001 From: Henrique Date: Mon, 25 Nov 2019 10:39:36 -0500 Subject: Make windows happy --- test/mitmproxy/addons/test_command_history.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/mitmproxy/addons/test_command_history.py b/test/mitmproxy/addons/test_command_history.py index 898692ec..847c273d 100644 --- a/test/mitmproxy/addons/test_command_history.py +++ b/test/mitmproxy/addons/test_command_history.py @@ -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) -- cgit v1.2.3