Skip to content

Commit

Permalink
Adjust warning message to match enum value (#3067)
Browse files Browse the repository at this point in the history
Co-authored-by: Roland-Georg Müller <roland.mueller@consileo.net>
  • Loading branch information
ferdoran and Roland-Georg Müller committed Jun 21, 2022
1 parent 01988e0 commit 462f19b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal class DuplicateTestNameHandler(private val mode: DuplicateTestNameMode)
private val names = mutableSetOf<String>()

private fun message(name: String): String =
"Duplicated test name ${name}. To disable this message, set DuplicateTestNameMode to None."
"Duplicated test name ${name}. To disable this message, set DuplicateTestNameMode to Silent."

/**
* Returns a unique name or null if the name is already unique.
Expand Down

0 comments on commit 462f19b

Please sign in to comment.