mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_8230_test.py: fixed wrong min_version
This commit is contained in:
parent
c6c39c6dc8
commit
d061161bd1
@ -25,7 +25,7 @@ test_script = """
|
||||
|
||||
act = isql_act('db', test_script, substitutions=[ ('[ \\t]+', ' ') ])
|
||||
|
||||
@pytest.mark.version('>=4.0.6')
|
||||
@pytest.mark.version('>=6.0')
|
||||
def test_1(act: Action):
|
||||
|
||||
expected_stdout = f"""
|
||||
|
Loading…
Reference in New Issue
Block a user