Skip to content

Commit 0acc55a

Browse files
committed
Update tests
1 parent 26abce8 commit 0acc55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_suites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_that_the_generic_file_suite_is_retrieved_for_an_unpaired_file_type():
7373

7474

7575
def test_that_the_default_required_tests_are_only_tiers_1_and_2(test_suites):
76-
suite = test_suites["tiff"]
76+
suite = test_suites["jsonld"]
7777
assert all(test.tier <= 2 for test in suite.tests)
7878

7979

0 commit comments

Comments
 (0)