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):
697
697
698
698
def test_successful_validation_via_explicit_base_uri (self ):
699
699
ref_schema_file = tempfile .NamedTemporaryFile (delete = False )
700
+ ref_schema_file .close ()
700
701
self .addCleanup (os .remove , ref_schema_file .name )
701
702
702
703
ref_path = Path (ref_schema_file .name )
@@ -717,6 +718,7 @@ def test_successful_validation_via_explicit_base_uri(self):
717
718
718
719
def test_unsuccessful_validation_via_explicit_base_uri (self ):
719
720
ref_schema_file = tempfile .NamedTemporaryFile (delete = False )
721
+ ref_schema_file .close ()
720
722
self .addCleanup (os .remove , ref_schema_file .name )
721
723
722
724
ref_path = Path (ref_schema_file .name )
You can’t perform that action at this time.
0 commit comments