Skip to content

Commit 7942b4c

Browse files
committed
update last set of show command tests
1 parent fdb624c commit 7942b4c

File tree

2 files changed

+428
-86
lines changed

2 files changed

+428
-86
lines changed

src/poetry/console/commands/show.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def _display_single_package_information(
218218
for dependency in pkg.requires
219219
}
220220
if required_by:
221-
package_info["required by"] = dict(required_by)
221+
package_info["required_by"] = dict(required_by)
222222

223223
self.line(json.dumps(package_info))
224224

0 commit comments

Comments
 (0)