[Test] Replace public fun box() with fun box() in all box tests
This commit is contained in:
committed by
teamcityserver
parent
c168a561df
commit
b9c549803d
+1
-1
@@ -22,4 +22,4 @@ public open class PerfectNumberFinder() {
|
||||
}
|
||||
}
|
||||
|
||||
fun box () = if (PerfectNumberFinder().isPerfect(28)) "OK" else "fail"
|
||||
fun box() = if (PerfectNumberFinder().isPerfect(28)) "OK" else "fail"
|
||||
|
||||
Reference in New Issue
Block a user