Skip to content

Commit 19e0fa9

Browse files
committed
modify test fails
Signed-off-by: Varsha U N <[email protected]>
1 parent 2a35ecf commit 19e0fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/packagedcode/test_pypi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def test_parse_pyproject_toml_private_package(self):
343343
test_file = self.get_test_loc('pypi/pyproject-toml/standard/python-private-classifier/pyproject.toml')
344344
packages = pypi.PyprojectTomlHandler.parse(test_file)
345345
expected_loc = self.get_test_loc('pypi/pyproject-toml/standard/private-classifier-pyproject.toml-expected.json')
346-
self.check_packages_data(packages, expected_loc)
346+
self.check_packages_data(packages, expected_loc,regen=REGEN_TEST_FIXTURES)
347347

348348

349349
class TestPoetryHandler(PackageTester):

0 commit comments

Comments
 (0)