Skip to content

Commit

Permalink
fix: removed print call
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Sep 16, 2021
1 parent f9c7990 commit 8806553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_parser_poetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ def test_simple(self):
parser = PoetryFileParser(poetry_lock_filename=tests_poetry_lock_file)
self.assertEqual(1, parser.component_count())
components = parser.get_components()
print(components)
self.assertEqual('toml', components[0].get_name())
self.assertEqual('0.10.2', components[0].get_version())

0 comments on commit 8806553

Please sign in to comment.