mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Merge branch 'master' of ops:nuevo-pilosa
This commit is contained in:
commit
1b33a62736
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ func TestTimeFrame(t *testing.T) {
|
|||
x, _ := time.Parse(shortForm, "2014-01-01 10:03")
|
||||
fmt.Println(x)
|
||||
|
||||
m := getTimeIds(uint64(1), x, YMDH)
|
||||
m := GetTimeIds(uint64(1), x, YMDH)
|
||||
spew.Dump(m)
|
||||
So(1, ShouldEqual, 1)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue