Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Merrony committed Jun 27, 2018
1 parent ee17591 commit 450a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopilot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func TestFlyToYawAndHeightConcurrently(t *testing.T) {
drone.TakeOff()
time.Sleep(5 * time.Second)

hDoneC, err := drone.FlyToHeight(40)
hDoneC, err := drone.FlyToHeight(4)
if err != nil {
log.Fatalf("FlyToHeight failed with error %v", err)
}
Expand Down

0 comments on commit 450a343

Please sign in to comment.