@@ -76,7 +76,7 @@ func YesterdayFullAt(t *testing.T, testEnv TestEnv, testApp Application) {
7676/* temp disabled
7777func TestGetCheckInsLocationRangeRawSingle(t *testing.T) {
7878 runForAllTimes(t, GetCheckInsLocationRangeRawSingle)
79- }*/
79+ } */
8080
8181func GetCheckInsLocationRangeRawSingle (
8282 t * testing.T ,
@@ -143,7 +143,7 @@ func GetCheckInsLocationRangeRawSingle(
143143/* temp disabled
144144func TestGetCheckInsLocationRangeRawMultiple(t *testing.T) {
145145 runForAllTimes(t, GetCheckInsLocationRangeRawMultiple)
146- }*/
146+ } */
147147
148148func GetCheckInsLocationRangeRawMultiple (
149149 t * testing.T ,
@@ -516,9 +516,10 @@ func TestGetCheckInsLocationRangeAccess(t *testing.T) {
516516 mt .Do (t )
517517}
518518
519+ /* temp disabled
519520func TestGetCheckInsLocationDayRawSingle(t *testing.T) {
520521 runForAllTimes(t, GetCheckInsLocationDayRawSingle)
521- }
522+ } */
522523
523524func GetCheckInsLocationDayRawSingle (
524525 t * testing.T ,
@@ -568,14 +569,17 @@ func GetCheckInsLocationDayRawSingle(
568569 value += val
569570 }
570571
572+ time , _ := time .Parse (time .RFC3339 , rsData .Dates [0 ])
573+ shared .CheckTime (t , date , time )
571574 assert .Equal (t , 20 , capacity )
572575 assert .Equal (t , amount , value )
573576 }
574577}
575578
579+ /* temp disabled
576580func TestGetCheckInsLocationDayRawMultiple(t *testing.T) {
577581 runForAllTimes(t, GetCheckInsLocationDayRawMultiple)
578- }
582+ } */
579583
580584func GetCheckInsLocationDayRawMultiple (
581585 t * testing.T ,
@@ -636,6 +640,8 @@ func GetCheckInsLocationDayRawMultiple(
636640 value += val
637641 }
638642
643+ time , _ := time .Parse (time .RFC3339 , rsData .Dates [0 ])
644+ shared .CheckTime (t , date , time )
639645 assert .Equal (t , 20 , capacity0 )
640646 assert .Equal (
641647 t ,
0 commit comments