diff --git a/robot_test.go b/robot_test.go index 3ec59e4b..f7ab368c 100644 --- a/robot_test.go +++ b/robot_test.go @@ -47,11 +47,11 @@ func TestRobotStart(t *testing.T) { func TestRobotStartAutoRun(t *testing.T) { adaptor1 := newTestAdaptor("Connection1", "/dev/null") driver1 := newTestDriver(adaptor1, "Device1", "0") - work := func() {} + //work := func() {} r := NewRobot("autorun", []Connection{adaptor1}, []Device{driver1}, - work, + //work, ) go func() {