6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\gh_7600_test.py: increased min_version according to the ticket info

This commit is contained in:
pavel-zotov 2023-10-04 13:35:34 +03:00
parent b382b7f613
commit f3ff0d43e9

View File

@ -52,7 +52,7 @@ expected_stdout = """
NO
"""
@pytest.mark.version('>=3.0')
@pytest.mark.version('>=6.0')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute()