diff --git a/src/api_tests.rs b/src/api_tests.rs index 839f4b1..b1265a1 100644 --- a/src/api_tests.rs +++ b/src/api_tests.rs @@ -538,8 +538,3 @@ fn playlists() { assert_eq!(response_json.len(), 0); } } - -#[test] -fn last_fm() { - // TODO -}