diff options
author | Allan Wang <me@allanwang.ca> | 2020-06-28 23:10:52 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-06-28 23:10:52 -0700 |
commit | dc80e50e55fc94e3b9d3fbcca2720e84868ed1da (patch) | |
tree | 8c44274a8e1b825f397a6282c638311005ae87d8 /app/src/test/kotlin/com/pitchedapps | |
parent | 5eeff862c8f537f3781ce5ee92341e677f9f89c0 (diff) | |
download | frost-dc80e50e55fc94e3b9d3fbcca2720e84868ed1da.tar.gz frost-dc80e50e55fc94e3b9d3fbcca2720e84868ed1da.tar.bz2 frost-dc80e50e55fc94e3b9d3fbcca2720e84868ed1da.zip |
Apply spotless
Diffstat (limited to 'app/src/test/kotlin/com/pitchedapps')
-rw-r--r-- | app/src/test/kotlin/com/pitchedapps/frost/facebook/parsers/FbParseTest.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/test/kotlin/com/pitchedapps/frost/facebook/parsers/FbParseTest.kt b/app/src/test/kotlin/com/pitchedapps/frost/facebook/parsers/FbParseTest.kt index a5955101..e3b449c0 100644 --- a/app/src/test/kotlin/com/pitchedapps/frost/facebook/parsers/FbParseTest.kt +++ b/app/src/test/kotlin/com/pitchedapps/frost/facebook/parsers/FbParseTest.kt @@ -20,12 +20,12 @@ import com.pitchedapps.frost.internal.COOKIE import com.pitchedapps.frost.internal.assertComponentsNotEmpty import com.pitchedapps.frost.internal.assertDescending import com.pitchedapps.frost.internal.authDependent -import org.junit.BeforeClass -import org.junit.Test import kotlin.test.assertFalse import kotlin.test.assertNotNull import kotlin.test.assertTrue import kotlin.test.fail +import org.junit.BeforeClass +import org.junit.Test /** * Created by Allan Wang on 24/12/17. |