We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a062e04 commit f6122a9Copy full SHA for f6122a9
src/test/kotlin/io/github/serpro69/kfaker/FakerIT.kt
@@ -79,7 +79,7 @@ class FakerIT : DescribeSpec({
79
&& value != "Duran Duran" // rockBand#name
80
&& value != "Li Li"
81
&& value != "Dee Dee"
82
- && (provider.name != "cannabisbrands" && it.name != "Lola Lola")
+ && value != "Lola Lola" // cannabis#brands
83
) {
84
// Since there's no way to modify assertion message in KotlinTest it's better to throw a custom error
85
if (values.odds() == values.evens()) {
0 commit comments