Skip to content

Commit

Permalink
Add test to parse
Browse files Browse the repository at this point in the history
  • Loading branch information
VarshaUN committed Jan 7, 2025
1 parent 1148ae5 commit ef81e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/packagedcode/test_pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def test_parse_pyproject_toml_standard_lc0(self):

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

Expand Down

0 comments on commit ef81e8a

Please sign in to comment.