Skip to content

Commit bf1ef5c

Browse files
Merge pull request #19 from VladimirIvan/test_typo
Fixed Quadrotor alloc test typo
2 parents e4efa90 + 4cc5c0d commit bf1ef5c

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)