From 3fe050f8503be7448f1ba0e1fe37487a2a508b89 Mon Sep 17 00:00:00 2001 From: Joel Bradshaw Date: Tue, 25 Oct 2016 07:11:56 -0700 Subject: [PATCH] Update test for version bump --- tests/unit/config/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/config/test_config.py b/tests/unit/config/test_config.py index 37b5c9676..584ed3161 100644 --- a/tests/unit/config/test_config.py +++ b/tests/unit/config/test_config.py @@ -396,7 +396,7 @@ class TestDefaultConfig: If it did change, place a new qutebrowser-vx.y.z.conf in old_configs and then increment the version. """ - assert qutebrowser.__version__ == '0.8.1' + assert qutebrowser.__version__ == '0.8.2' @pytest.mark.parametrize('filename', os.listdir(os.path.join(os.path.dirname(__file__), 'old_configs')),