Skip to content

Commit

Permalink
chore(#1036): adjust testdata timestamps to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael von Bargen committed Aug 19, 2024
1 parent 6240334 commit 450d7e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ internal class JpaPolyflowViewServiceDataEntryITest {
)
),
metaData = RevisionValue(revision = 2).toMetaData(),
now
now.plusSeconds(1)
)

jpaPolyflowViewService.on(
Expand All @@ -150,7 +150,7 @@ internal class JpaPolyflowViewServiceDataEntryITest {
)
),
metaData = RevisionValue(revision = 3).toMetaData(),
now
now.plusSeconds(2)
)

jpaPolyflowViewService.on(
Expand Down

0 comments on commit 450d7e4

Please sign in to comment.