Skip to content

Commit e2fe0bd

Browse files
committed
Added/Updated tests\bugs\gh_8625_test.py: Fixed wrong min_version. Thanks to Anton Zuev, Redbase.
1 parent 35de5f9 commit e2fe0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bugs/gh_8625_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3
3434
"""
3535

36-
@pytest.mark.version('>=3.0')
36+
@pytest.mark.version('>=6.0')
3737
def test_1(act: Action):
3838
act.expected_stdout = expected_stdout
3939
act.execute(combine_output = True)

0 commit comments

Comments
 (0)