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 691d039 commit b40a6caCopy full SHA for b40a6ca
bin/jsonschema_suite
@@ -98,7 +98,7 @@ class SanityTests(unittest.TestCase):
98
print(f"Found {len(cls.test_files)} test files")
99
100
cls.output_test_files = list(collect(OUTPUT_ROOT_DIR))
101
- assert cls.remote_files, "Didn't find the output test files!"
+ assert cls.output_test_files, "Didn't find the output test files!"
102
print(f"Found {len(cls.remote_files)} output test files")
103
104
cls.remote_files = list(collect(REMOTES_DIR))
0 commit comments