Skip to content

Commit 6b48c32

Browse files
committed
m
1 parent e82793e commit 6b48c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_compatability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TestWarnDeprecatedPython:
1515
def test_happy_version(self):
1616
with mock.patch.object(sys, "version_info") as v_info:
1717
v_info.major = 3
18-
v_info.minor = 6
18+
v_info.minor = 8
1919
with pytest.warns(None) as record:
2020
_warn_deprecated_python()
2121
assert len(record) == 0

0 commit comments

Comments
 (0)