Skip to content

Commit

Permalink
[SHIBUI-1361]
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
jj committed Aug 6, 2019
1 parent 3d66d91 commit 5c979bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ class EnversVersioningMetadataTests extends Specification {

then:
mrVersions[0].creator == mr.createdBy
mrVersions[0].date == mr.createdDateAsZonedDateTime()
mrVersions[0].date == mr.modifiedDateAsZonedDateTime()
edVersions[0].creator == ed.createdBy
edVersions[0].date == ed.createdDateAsZonedDateTime()
edVersions[0].date == ed.modifiedDateAsZonedDateTime()

when: 'new version due to update'
mr.name = 'UPDATED'
Expand Down

0 comments on commit 5c979bc

Please sign in to comment.