Remove debug test
This commit is contained in:
parent
cd3ec109a3
commit
ec19c02a42
@ -64,13 +64,5 @@ class PasswordHashTest {
|
||||
//TODO strNeedsRehash -1 case?
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
fun testJsNarrowing() = runTest {
|
||||
val someValue = ULong.MAX_VALUE
|
||||
println(someValue)
|
||||
val narrowed = someValue.toInt()
|
||||
println(narrowed)
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user