Remove debug test

This commit is contained in:
Ugljesa Jovanovic 2022-03-25 12:52:32 +01:00
parent cd3ec109a3
commit ec19c02a42
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -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)
}
}