Skip to content

Commit 1ef8a56

Browse files
committed
Added/Updated tests\bugs\gh_7962_test.py: minor change: adjusted min_version to 5.0.1
1 parent bcd8373 commit 1ef8a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bugs/gh_7962_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
PG_TEST.SP_USER
4242
"""
4343

44-
@pytest.mark.version('>=6.0')
44+
@pytest.mark.version('>=5.0.1')
4545
def test_1(act: Action):
4646
act.expected_stdout = expected_stdout
4747
act.execute(combine_output = True)

0 commit comments

Comments
 (0)