Skip to content

Commit

Permalink
Fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd authored Jan 10, 2025
1 parent 70d6a51 commit a725325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class BaseTestTest : BaseTest() {
}

@Test
fun `runTest - retry should work collected exceptions`(): TestResult {
fun `runTest - retry should work with collected exceptions`(): TestResult {
var retryCount = 0
return runTest(retries = 1) {
if (retryCount++ < 1) collectUnhandledException(Exception("This test should be retried"))
Expand Down

0 comments on commit a725325

Please sign in to comment.