Skip to content

Commit

Permalink
Remove stacktrace print from test
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Apr 11, 2024
1 parent ae24d45 commit 7a4dc53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,5 @@ class AbstractRuntimeEventProcessorUnitTest {
assertEquals(0, invocationEvent)
assertIs<UncaughtException>(exceptions.first())
assertTrue(exceptions.first().message!!.contains(expectedTag))
exceptions.first().printStackTrace()
}
}

0 comments on commit 7a4dc53

Please sign in to comment.