Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Apr 19, 2022
1 parent 106e34e commit 2761a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class UncaughtExceptionHandlerIntegrationTest {

val handlerMock = mock<UncaughtExceptionHandler>()
val options = SentryOptions().noFlushTimeout()
options.printUncaughtStackTrace = true
options.isPrintUncaughtStackTrace = true
val sut = UncaughtExceptionHandlerIntegration(handlerMock)
sut.register(mock<IHub>(), options)
sut.uncaughtException(mock<Thread>(), RuntimeException("This should be printed!"))
Expand Down

0 comments on commit 2761a54

Please sign in to comment.