bug in timeframe test logic

This commit is contained in:
Todd Gruben 2014-08-18 15:38:40 +00:00
parent e4ab00ae1f
commit 2ed452296a

View file

@ -34,7 +34,7 @@ func TestTimeFrame(t *testing.T) {
getTime(uint64(1), "2014-08-11 14:00")
spew.Dump(m)
So(len(m), ShouldEqual, 1)
So(len(m), ShouldEqual, 2)
})
if true {
return