From 55f51e5a3de9d0689f1c2a453a3f21e68bb1c3d8 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Wed, 7 Aug 2024 01:08:47 +0300 Subject: [PATCH] Added/Updated tests\functional\index\alter\test_04.py: minor change: removed empty line --- tests/functional/index/alter/test_04.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/index/alter/test_04.py b/tests/functional/index/alter/test_04.py index 914249fe..6c581c53 100644 --- a/tests/functional/index/alter/test_04.py +++ b/tests/functional/index/alter/test_04.py @@ -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