Skip to content

Commit

Permalink
fix(core): avoid false positives in dates comparison when comparing p…
Browse files Browse the repository at this point in the history
…ayloads
  • Loading branch information
bobeal committed Dec 2, 2023
1 parent cc96958 commit 5b32d87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ class QueryServiceTests {
}
}
""".trimIndent(),
JsonUtils.serializeObject(it.first[0])
JsonUtils.serializeObject(it.first[0]),
setOf(NGSILD_CREATED_AT_TERM)
)
})
}
Expand Down

0 comments on commit 5b32d87

Please sign in to comment.