Skip to content

Commit f2c2b35

Browse files
committed
Add test to parse
Signed-off-by: Varsha U N <varshamaddur2006@gmail.com>
1 parent 37fa7f1 commit f2c2b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/packagedcode/test_pypi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_parse_pyproject_toml_standard_lc0(self):
341341

342342
def test_parse_pyproject_toml_private_package(self):
343343
test_file = self.get_test_loc('pypi/pyproject-toml/standard/python-private-classifier/pyproject.toml')
344-
packages = list(pypi.PyprojectTomlHandler.parse(test_file))
344+
packages = pypi.PyprojectTomlHandler.parse(test_file)
345345
expected_loc = self.get_test_loc('pypi/pyproject-toml/standard/private-classifier-pyproject.toml-expected.json')
346346
self.check_packages_data(packages, expected_loc, regen=REGEN_TEST_FIXTURES)
347347

0 commit comments

Comments
 (0)