mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
bug in timeframe test logic
This commit is contained in:
parent
e4ab00ae1f
commit
2ed452296a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue