We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d1171 commit 28d2419Copy full SHA for 28d2419
src/test/scala/io/github/dataunitylab/jsonoid/discovery/schemas/ProductSchemaSpec.scala
@@ -187,9 +187,9 @@ class ProductSchemaSpec extends UnitSpec with ScalaCheckPropertyChecks {
187
anomalous: Boolean
188
): Unit = {
189
it should s"${if (anomalous) ""
190
- else "not "}find anomalies for a ProductSchema using ${productType} and ${matchCount} ${if (matchCount == 1)
191
- "match"
192
- else "matches"}" in {
+ else "not "}find anomalies for a ProductSchema using ${productType} and ${matchCount} ${if (matchCount == 1)
+ "match"
+ else "matches"}" in {
193
val schemas =
194
List(stringSchemaWithMinLength(1), stringSchemaWithMinLength(2))
195
0 commit comments