6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\bugs\gh_7090_test.py: adjusted min_version to 4.0.2

This commit is contained in:
pavel-zotov 2023-12-29 17:15:17 +03:00
parent b1e74dd8da
commit 32c6d54703

View File

@ -90,7 +90,7 @@ expected_stdout = """
Medians ratio: acceptable
"""
@pytest.mark.version('>=4.0.1')
@pytest.mark.version('>=4.0.2')
def test_1(act: Action, capsys):
with act.db.connect() as con: