Skip to content

Commit 28d2419

Browse files
committed
Fix test for scalafmt
1 parent 06d1171 commit 28d2419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/scala/io/github/dataunitylab/jsonoid/discovery/schemas/ProductSchemaSpec.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ class ProductSchemaSpec extends UnitSpec with ScalaCheckPropertyChecks {
187187
anomalous: Boolean
188188
): Unit = {
189189
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 {
190+
else "not "}find anomalies for a ProductSchema using ${productType} and ${matchCount} ${if (matchCount == 1)
191+
"match"
192+
else "matches"}" in {
193193
val schemas =
194194
List(stringSchemaWithMinLength(1), stringSchemaWithMinLength(2))
195195

0 commit comments

Comments
 (0)