Skip to content

Commit

Permalink
Fix typo in test_fileno (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyleeow committed Apr 18, 2024
1 parent e22fc20 commit 594bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_gallery/tests/test_gen_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ def test_textio_compat(log_collector_wrap):
assert tee.writable()


def test_fileno(monkeypatch, log_collector_wrap):
def test_fileno(log_collector_wrap):
_, _, tee, _ = log_collector_wrap
with pytest.raises(io.UnsupportedOperation):
tee.fileno()
Expand Down

0 comments on commit 594bd90

Please sign in to comment.