Skip to content

Commit b40a6ca

Browse files
gregsdennisJulian
andauthored
Update bin/jsonschema_suite
Co-authored-by: Julian Berman <[email protected]>
1 parent 691d039 commit b40a6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/jsonschema_suite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class SanityTests(unittest.TestCase):
9898
print(f"Found {len(cls.test_files)} test files")
9999

100100
cls.output_test_files = list(collect(OUTPUT_ROOT_DIR))
101-
assert cls.remote_files, "Didn't find the output test files!"
101+
assert cls.output_test_files, "Didn't find the output test files!"
102102
print(f"Found {len(cls.remote_files)} output test files")
103103

104104
cls.remote_files = list(collect(REMOTES_DIR))

0 commit comments

Comments
 (0)