Skip to content

Commit

Permalink
Fix specification assuming unstruct_event field contains contexts env…
Browse files Browse the repository at this point in the history
…elope (close #57)
  • Loading branch information
chuwy committed Aug 24, 2018
1 parent cf94245 commit 3e3a232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

tag_version=$1

mkdir ~/.bintray/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import org.json4s.JsonDSL._
import org.json4s._
import org.json4s.jackson.JsonMethods._

import scala.util.parsing.json.JSONObject

// Jackson
import com.fasterxml.jackson.core.JsonParseException

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Data._
class EventTransformerSpec extends Specification {

val unstructJson = """{
"schema": "iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-0",
"schema": "iglu:com.snowplowanalytics.snowplow/unstruct_event/jsonschema/1-0-0",
"data": {
"schema": "iglu:com.snowplowanalytics.snowplow/link_click/jsonschema/1-0-1",
"data": {
Expand Down

0 comments on commit 3e3a232

Please sign in to comment.