Skip to content

Commit

Permalink
add final newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-henry committed Aug 14, 2024
1 parent 4bf0002 commit 93f0320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_search_playlist(tmp_path: Path) -> None:
)
assert r.returncode == 0
assert_track(tmp_path / "playlist1", "1_OK Bye.mp3", check_metadata=False)
assert_track(tmp_path / "playlist1", "2_Wan Bushi - Eurodance Vibes (part 1+2+3).mp3", check_metadata=False)
assert_track(tmp_path / "playlist1", "2_Wan Bushi - Eurodance Vibes (part 1+2+3).mp3", check_metadata=False)

Check failure on line 44 in tests/test_search.py

View workflow job for this annotation

GitHub Actions / test (3.12)

Ruff (E501)

tests/test_search.py:44:101: E501 Line too long (112 > 100)

0 comments on commit 93f0320

Please sign in to comment.