Update test for version bump

This commit is contained in:
Joel Bradshaw 2016-10-25 07:11:56 -07:00
parent e5a1bb5091
commit 3fe050f850

View File

@ -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')),