From 58482bf5122a4d7d330b3f48cdfa638d86938dfb Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Mon, 12 Nov 2018 22:32:49 -0800 Subject: [PATCH] Remove lastfm test placeholder --- src/api_tests.rs | 5 ----- 1 file changed, 5 deletions(-) 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 -}