From 10dbcdc88092036ce6290fad5baa75be2cf77cdf Mon Sep 17 00:00:00 2001 From: Paul Dix Date: Wed, 26 Feb 2014 13:45:05 -0500 Subject: [PATCH] Fix engine test to not fail after half past the hour --- src/integration/engine_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integration/engine_test.go b/src/integration/engine_test.go index 378fe3fffc..d6c8045fa4 100644 --- a/src/integration/engine_test.go +++ b/src/integration/engine_test.go @@ -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 := ","