Remove the function getStartPoint, because in current logic, it is not

needed anymore.
This commit is contained in:
Lantao Liu
2016-09-12 14:04:23 -07:00
parent f265f79fd7
commit aa9e268be7
2 changed files with 11 additions and 49 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ import (
"github.com/pivotal-golang/clock/fakeclock"
)
func TestGetStartPoint(t *testing.T) {
func TestWatch(t *testing.T) {
// now is a fake time
now := time.Date(time.Now().Year(), time.January, 2, 3, 4, 5, 0, time.Local)
fakeClock := fakeclock.NewFakeClock(now)