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