Skip to content

Commit 4872bc0

Browse files
authored
Update pandas/tests/io/sas/test_sas.py
1 parent f4e42c5 commit 4872bc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/sas/test_sas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def test_sas_buffer_format(self):
2121
def test_sas_read_no_format_or_extension(self, temp_file):
2222
# see gh-24548
2323
msg = "unable to infer format of SAS file.+"
24-
# Using the pytest temp_file fixture instead of tm.ensure_clean
2524
with pytest.raises(ValueError, match=msg):
2625
read_sas(temp_file)
2726

0 commit comments

Comments
 (0)