Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jan 16, 2025
1 parent 6193149 commit d32f377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ end
set_force(w, force)
@test w.force == force
KiteControllers.on_timer(w)
@test get_speed(w) 0.8988387476775817
@test get_acc(w) 44.94193738387908
@test get_speed(w) 0.8841505712049121
@test get_acc(w) 44.207528560245606
end

# using KiteControllers, Test
Expand Down

0 comments on commit d32f377

Please sign in to comment.