mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Clean up kotlin code
* static imports * less nullable types * format
This commit is contained in:
@@ -55,10 +55,4 @@ class NumberButtonTest : BaseViewTest() {
|
||||
val btn = NumberButton(theme.color(8), 99.0, 100.0, "steps", theme)
|
||||
assertRenders(48, 48, "$base/render_below.png", btn)
|
||||
}
|
||||
|
||||
//@Test
|
||||
fun testRenderZero() = asyncTest {
|
||||
val btn = NumberButton(theme.color(8), 0.0, 100.0, "steps", theme)
|
||||
assertRenders(48, 48, "$base/render_zero.png", btn)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user