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_7476_test.py: increased min_version according to the ticket info

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

View File

@ -58,7 +58,7 @@ expected_stdout = """
S 1234567890A
"""
@pytest.mark.version('>=5.0')
@pytest.mark.version('>=6.0')
def test_1(act: Action):
act.expected_stdout = expected_stdout