Skip to content

Commit

Permalink
Common: get rid of Eval instances (close #300)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Sep 15, 2020
1 parent ada7cd5 commit d31d2dc
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@ class IabEnrichmentSpec extends Specification with DataTables {
}
}

def e2 = {
def e2 =
validConfig.enrichment[Id].map(_.performCheck("", "foo//bar", DateTime.now())) must
beLeft

def e3 =
validConfig.enrichment[Id].map(_.getIabContext(None, None, None)) must beLeft

def e4 = {
val responseJson =
SelfDescribingData(
SchemaKey("com.iab.snowplow", "spiders_and_robots", "jsonschema", SchemaVer.Full(1, 0, 0)),
Expand Down

0 comments on commit d31d2dc

Please sign in to comment.