Skip to content

Commit

Permalink
Test naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgica committed Nov 25, 2021
1 parent 419f63c commit ab58b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class ManagedTest extends munit.FunSuite {
}

test(
"An exception in the Managed setup stack, followed by an exception in the teardown stack, surfaces the setup exception"
"An exception in the Managed setup stack, followed by an exception in the teardown stack, surfaces the setup exception with a suppressed teardown exception"
) {
val setupException = new RuntimeException("setup exception")
val teardownException = new RuntimeException("teardown exception")
Expand Down

0 comments on commit ab58b1c

Please sign in to comment.