Skip to content

Commit

Permalink
Update modules/common/src/test/scala/com.snowplowanalytics.snowplow.e…
Browse files Browse the repository at this point in the history
…nrich.common/EtlPipelineSpec.scala

Co-authored-by: Anton Parkhomenko <chuwy@users.noreply.github.com>
  • Loading branch information
benjben and chuwy committed Sep 9, 2020
1 parent 8e3b353 commit c313290
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class EtlPipelineSpec extends Specification with ValidatedMatchers {
invalidCollectorPayload
) must be like {
case Validated.Invalid(_: BadRow.CPFormatViolation) :: Nil => ok
case other => ko(s"One invalid CPFormatViolation expected, got ${other}")
}
}

Expand Down

0 comments on commit c313290

Please sign in to comment.