Skip to content

Commit 4cc5c0d

Browse files
author
Vladimir Ivan
committed
Fixed Quadrotor alloc test typo
1 parent cd76726 commit 4cc5c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/models_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cartpole = Dynamics.Cartpole()
4343
# Quadrotor
4444
quad = Dynamics.Quadrotor2()
4545
@test size(quad) == (13,4)
46-
@test num_allocs(cartpole) == 0
46+
@test num_allocs(quad) == 0
4747

4848

4949
# Infeasible

0 commit comments

Comments
 (0)