mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Remove the function getStartPoint, because in current logic, it is not
needed anymore.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user