Skip to content

Commit 8806553

Browse files
committed
fix: removed print call
Signed-off-by: Paul Horton <[email protected]>
1 parent f9c7990 commit 8806553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_parser_poetry.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ def test_simple(self):
3131
parser = PoetryFileParser(poetry_lock_filename=tests_poetry_lock_file)
3232
self.assertEqual(1, parser.component_count())
3333
components = parser.get_components()
34-
print(components)
3534
self.assertEqual('toml', components[0].get_name())
3635
self.assertEqual('0.10.2', components[0].get_version())

0 commit comments

Comments
 (0)