Merge branch 'master' of ops:nuevo-pilosa

This commit is contained in:
Todd Gruben 2014-04-04 17:22:20 -05:00
commit 1b33a62736

View file

@ -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)
})