If use "-noverify" I finaly got to the point: ```...
# mockk
o
If use "-noverify" I finaly got to the point:
Copy code
java.lang.AbstractMethodError: kotlin.jvm.functions.Function1$ByteBuddy$bH0TZfxp.invoke(Ljava/lang/Object;)Ljava/lang/Object;

	at JWTAuthTest$JWT is being refreshed when close to expiration$3.doResume(JWTAuthTest.kt:115)
	at JWTAuthTest$JWT is being refreshed when close to expiration$3.invoke(JWTAuthTest.kt)
	at JWTAuthTest$JWT is being refreshed when close to expiration$3.invoke(JWTAuthTest.kt:31)
	at io.mockk.impl.eval.RecordedBlockEvaluator$record$block$2$1.doResume(RecordedBlockEvaluator.kt:24)
	at io.mockk.impl.eval.RecordedBlockEvaluator$record$block$2$1.invoke(RecordedBlockEvaluator.kt)