Skip to content

Commit

Permalink
Check against static date format
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jun 13, 2019
1 parent 3448266 commit 7d4bd61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class VersionJsonSerializationBasicTests extends Specification {
{
"id": "2",
"creator": "kramer",
"date": "${staticDate.toString()}"
"date": "2019-05-20T15:00"
}
"""

Expand Down

0 comments on commit 7d4bd61

Please sign in to comment.