Skip to content

Commit

Permalink
Beam: fix unit tests failing after update of MaxMind database (close #…
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Sep 15, 2020
1 parent 6f00cca commit ed64343
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class IpLookupsEnrichmentSpec extends PipelineSpec {
.output(PubsubIO.readString("out")) { o =>
o should satisfySingleValue { c: String =>
expected.forall(c.contains) // Add `println(c);` before `expected` to see the enrichment output
// see https://github.com/snowplow/enrich/issues/327
}; ()
}
.output(PubsubIO.readString("bad")) { b =>
Expand Down

0 comments on commit ed64343

Please sign in to comment.