File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -697,6 +697,7 @@ def test_successful_validation_of_just_the_schema_pretty_output(self):
697697
698698 def test_successful_validation_via_explicit_base_uri (self ):
699699 ref_schema_file = tempfile .NamedTemporaryFile (delete = False )
700+ ref_schema_file .close ()
700701 self .addCleanup (os .remove , ref_schema_file .name )
701702
702703 ref_path = Path (ref_schema_file .name )
@@ -717,6 +718,7 @@ def test_successful_validation_via_explicit_base_uri(self):
717718
718719 def test_unsuccessful_validation_via_explicit_base_uri (self ):
719720 ref_schema_file = tempfile .NamedTemporaryFile (delete = False )
721+ ref_schema_file .close ()
720722 self .addCleanup (os .remove , ref_schema_file .name )
721723
722724 ref_path = Path (ref_schema_file .name )
You can’t perform that action at this time.
0 commit comments