diff --git a/modules/beam/src/test/scala/com.snowplowanalytics.snowplow.enrich.beam/enrichments/IpLookupsEnrichmentSpec.scala b/modules/beam/src/test/scala/com.snowplowanalytics.snowplow.enrich.beam/enrichments/IpLookupsEnrichmentSpec.scala index 61dd11113..c565e53c3 100644 --- a/modules/beam/src/test/scala/com.snowplowanalytics.snowplow.enrich.beam/enrichments/IpLookupsEnrichmentSpec.scala +++ b/modules/beam/src/test/scala/com.snowplowanalytics.snowplow.enrich.beam/enrichments/IpLookupsEnrichmentSpec.scala @@ -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 =>