From 397cc1f54725aee6fb542b08f965389272469309 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 7 Aug 2017 23:04:40 -0700 Subject: Update/kau (#125) * Update logger * Clean imports and bring back reactive libs * Update dependencies and make billing async --- app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/src/test/kotlin/com/pitchedapps') diff --git a/app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt b/app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt index c9d27a1c..91e2149c 100644 --- a/app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt +++ b/app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt @@ -2,6 +2,7 @@ package com.pitchedapps.frost import com.pitchedapps.frost.injectors.CssHider import org.junit.Test +import kotlin.test.assertEquals /** * Created by Allan Wang on 2017-06-14. @@ -9,7 +10,12 @@ import org.junit.Test class MiscTest { @Test - fun asdf() { + fun headerFunction() { print(CssHider.HEADER.injector.function) } + + @Test + fun nullPair() { + assertEquals(Pair(null, 2), Pair(null, 2)) + } } \ No newline at end of file -- cgit v1.2.3