Minor cleanups

This commit is contained in:
Marc Di Luzio 2020-06-06 18:44:24 +01:00
parent dc957f7fc1
commit 50cc8b5dbf
3 changed files with 2 additions and 3 deletions

View file

@ -180,5 +180,5 @@ func TestHandleRover(t *testing.T) {
t.Errorf("got false for /rover: %s", status.Error)
}
// TODO: Verify the radar information
// TODO: Verify the rover information
}