From e04487f5b1a4c6a5999db8d9746a07919ae9a333 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 25 Oct 2017 12:41:05 -0400 Subject: Update search logic (#444) --- .../test/kotlin/com/pitchedapps/frost/parsers/MessageParserTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/test') diff --git a/app/src/test/kotlin/com/pitchedapps/frost/parsers/MessageParserTest.kt b/app/src/test/kotlin/com/pitchedapps/frost/parsers/MessageParserTest.kt index 91f765cc..61c69c40 100644 --- a/app/src/test/kotlin/com/pitchedapps/frost/parsers/MessageParserTest.kt +++ b/app/src/test/kotlin/com/pitchedapps/frost/parsers/MessageParserTest.kt @@ -1,6 +1,6 @@ package com.pitchedapps.frost.parsers -import com.pitchedapps.frost.facebook.formattedFbUrlCss +import com.pitchedapps.frost.facebook.formattedFbUrl import org.junit.Test import kotlin.test.assertEquals @@ -21,7 +21,7 @@ class MessageParserTest { @Test fun parseImage() { var input = "https\\3a //scontent.fyhu1-1.fna.fbcdn.net/v/t1.0-1/cp0/e15/q65/p100x100/12994387_243040309382307_4586627375882013710_n.jpg?efg\\3d eyJpIjoidCJ9\\26 oh\\3d b9ae0d7a1298989fe24873e2ee4054b6\\26 oe\\3d 5A3A7FE1" - input = input.formattedFbUrlCss + input = input.formattedFbUrl println(input) } } \ No newline at end of file -- cgit v1.2.3