Fix engine test to not fail after half past the hour

pull/290/head
Paul Dix 2014-02-26 13:45:05 -05:00
parent 3ec1502f7d
commit 10dbcdc880
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ func (self *EngineSuite) TestCountQueryWithGroupByTimeDescendingOrder(c *C) {
{
"points": [
`
endTime := time.Now().Round(time.Hour)
endTime := time.Now().Truncate(time.Hour)
for i := 0; i < 3600; i++ {
delimiter := ","