Skip to content

Commit ab67ce2

Browse files
committed
Add formatting changes
Signed-off-by: Tushar Goel <[email protected]>
1 parent ce0366b commit ab67ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_api_with_unsupported_os():
9393

9494
def test_api_with_wrong_pyver():
9595
with pytest.raises(ValueError):
96-
resolver_api(specifiers=["flask==2.1.2"], python_version="3.13", operating_system="linux")
96+
resolver_api(specifiers=["flask==2.1.2"], python_version="3.14", operating_system="linux")
9797

9898

9999
def test_api_with_python_311():

0 commit comments

Comments
 (0)