From a8c734070c67d84e10f617602467339f113521b4 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 3 Jan 2019 23:50:46 -0500 Subject: Add custom gradle function and ignore some tests --- app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/src/main/kotlin/com') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt b/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt index 4afd8e8a..9e92c939 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt @@ -47,8 +47,6 @@ fun RequestAuth.getFullSizedImage(fbid: Long) = frostRequest(::getJsonUrl) { get() } -val test: () -> InputStream? = { null } - /** * Attempts to get the fbcdn url of the supplied image redirect url */ -- cgit v1.2.3