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

Added/Updated tests\functional\index\alter\test_04.py: minor change: removed empty line

This commit is contained in:
pavel-zotov 2024-08-07 01:08:47 +03:00
parent c9ff6c7cc9
commit 55f51e5a3d

View File

@ -37,7 +37,6 @@ expected_stdout_6x = """
-Cannot deactivate index used by a PRIMARY/UNIQUE constraint
"""
@pytest.mark.version('>=3.0')
def test_1(act: Action):
act.expected_stdout = expected_stdout_5x if act.is_version('<6') else expected_stdout_6x