Skip to content

Commit

Permalink
remove temp line
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Jul 2, 2021
1 parent 8ee136d commit d7ef07b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/scala/tscfg/generators/scala/ScalaMainSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,7 @@ class ScalaMainSpec extends Specification {
val msg = e.getMessage
msg must contain("'foo.fruit': invalid value maracuyá")
msg must contain("'foo.other.aFruit': invalid value maracuyá")
msg must contain("'?': invalid value maracuyá")
true === true
msg must contain("'?': invalid value maracuyá") // this one referring to the list member
}
}
}
Expand Down

0 comments on commit d7ef07b

Please sign in to comment.