mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
fix case-sensitive method
This commit is contained in:
parent
1daed6260b
commit
b3a3f90f2c
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