Skip to content

Commit 39e9007

Browse files
committed
fix the test for debug_info
1 parent bf4cb5f commit 39e9007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/python_tests.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ def _test_first_occurance_of_the_toolchain_wins(env):
338338

339339
env.expect.that_dict(py.debug_info).contains_exactly({
340340
"toolchains_registered": [
341-
{"ignore_root_user_error": False, "name": "python_3_12"},
342-
{"ignore_root_user_error": False, "name": "python_3_11"},
341+
{"ignore_root_user_error": False, "module": {"is_root": True, "name": "my_module"}, "name": "python_3_12"},
342+
{"ignore_root_user_error": False, "module": {"is_root": False, "name": "rules_python"}, "name": "python_3_11"},
343343
],
344344
})
345345

0 commit comments

Comments
 (0)