Skip to content

Commit 99c4fd2

Browse files
committed
chore: fix unit test
1 parent 9c95bee commit 99c4fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_python_version_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_override_gapic_end_only():
166166
today=custom_gapic_end + datetime.timedelta(days=-1)
167167
)
168168
assert (
169-
result_before_boundary == PythonVersionStatus.PYTHON_VERSION_DEPRECATED
169+
result_before_boundary == PythonVersionStatus.PYTHON_VERSION_EOL
170170
)
171171

172172
result_at_boundary = check_python_version(today=custom_gapic_end)

0 commit comments

Comments
 (0)