Skip to content

Commit 1728c0d

Browse files
committed
fixup
1 parent 3253ae6 commit 1728c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/python_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def _test_toolchain_ordering(env):
307307
for t in py.toolchains
308308
]
309309

310-
env.expect.that_str(py.default_python_version).equals("3.11")
310+
env.expect.that_str(py.default_python_version).equals("3.11.11")
311311
env.expect.that_dict(py.config.minor_mapping).contains_exactly({
312312
"3.10": "3.10.16",
313313
"3.11": "3.11.11",

0 commit comments

Comments
 (0)