-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common: add tests for required property that is explicitly set to nul… #629
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to add some context on the issue please ?
@@ -0,0 +1,32 @@ | |||
package com.snowplowanalytics.snowplow.enrich.common.enrichments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Header missing
import cats.syntax.option._ | ||
import com.snowplowanalytics.snowplow.enrich.common.adapters.RawEvent | ||
import com.snowplowanalytics.snowplow.enrich.common.loaders.CollectorPayload | ||
import com.snowplowanalytics.snowplow.enrich.common.outputs.EnrichedEvent | ||
import com.snowplowanalytics.snowplow.enrich.common.SpecHelpers.MapOps | ||
import org.specs2.mutable.Specification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually we separate packages that come from different artifacts with newlines, and we finish by Snowplow ones
|
||
import com.snowplowanalytics.iglu.core.{SchemaKey, SchemaVer, SelfDescribingData} | ||
import com.snowplowanalytics.iglu.client.ClientError.{ResolutionError, ValidationError} | ||
|
||
import com.snowplowanalytics.snowplow.badrows._ | ||
|
||
import io.circe.Json | ||
|
||
import io.circe.parser._ | ||
import cats.data.NonEmptyList | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, new lines should stay
56acddd
to
c9e3748
Compare
c9e3748
to
565bc36
Compare
Addressed comments and rebased on latest |
0ac9762
to
6144b5a
Compare
29f2672
to
4c373e9
Compare
No description provided.