Skip to content

Commit 134811c

Browse files
committed
removed superfluous test
1 parent 5f7ea0f commit 134811c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/test_fetch.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,6 @@ def test_search_returns_xml(
180180
FIXTURES = Path(__file__).parent / "fixtures"
181181

182182

183-
def test_write_search_results_to_file_with_malformed_output_filename(
184-
client: TINDClient,
185-
malformed_filename: str = " .csv",
186-
) -> None:
187-
"""write_search_results_to_file raises ValueError for a malformed output filename."""
188-
with pytest.raises(ValueError, match="output_file_name"):
189-
client.write_search_results_to_file("", output_file_name=malformed_filename)
190-
191-
192183
def test_write_search_results_to_file_empty_filename(client: TINDClient) -> None:
193184
"""write_search_results_to_file raises ValueError for a blank output filename."""
194185
with pytest.raises(ValueError):

0 commit comments

Comments
 (0)