Skip to content

Commit

Permalink
try fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Dec 22, 2024
1 parent c0fb710 commit aa4e834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class AttributeInstanceServiceTests : WithTimescaleContainer, WithKafkaContainer
@Autowired
private lateinit var r2dbcEntityTemplate: R2dbcEntityTemplate

private val now = Instant.now().atZone(ZoneOffset.UTC)
private val now = ngsiLdDateTime()
private lateinit var incomingAttribute: Attribute
private lateinit var outgoingAttribute: Attribute
private lateinit var jsonAttribute: Attribute
Expand Down

0 comments on commit aa4e834

Please sign in to comment.