Skip to content

Commit

Permalink
Fix test that is failing on the CI server
Browse files Browse the repository at this point in the history
We need to fix this test so it isn't TZ dependent.  The previous revision passes for me here in US central.  This change should allow it to pass on the build server.  I will follow up with a better solution.
  • Loading branch information
Jeff Scott Brown committed Nov 13, 2013
1 parent dfad8ae commit 2c7125b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class HalJsonRendererSpec extends Specification{
"type": "application/hal+json"
}
},
"date": "2013-11-08T19:12:30Z",
"date": "2013-11-08T21:12:30Z",
"name": "Lollapalooza",
"state": "OPEN"
}'''
Expand Down

0 comments on commit 2c7125b

Please sign in to comment.