We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26abce8 commit 0acc55aCopy full SHA for 0acc55a
tests/test_suites.py
@@ -73,7 +73,7 @@ def test_that_the_generic_file_suite_is_retrieved_for_an_unpaired_file_type():
73
74
75
def test_that_the_default_required_tests_are_only_tiers_1_and_2(test_suites):
76
- suite = test_suites["tiff"]
+ suite = test_suites["jsonld"]
77
assert all(test.tier <= 2 for test in suite.tests)
78
79
0 commit comments