We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6ad58 commit 2388d4eCopy full SHA for 2388d4e
tests/integration/workflows/custom_make/test_custom_make.py
@@ -135,4 +135,4 @@ def test_must_build_python_project_through_makefile_in_source(self):
135
136
expected_files = self.test_data_files.union(dependencies_installed)
137
output_files = set(os.listdir(self.artifacts_dir))
138
- self.assertEqual(expected_files, output_files)
+ self.assertEqual(expected_files, output_files)
0 commit comments