Skip to content

Commit

Permalink
Fix starting unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel committed Nov 17, 2020
1 parent e8e06b1 commit 9400884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Test, EAGODynamicOptimizer

@testset "State Vector" begin
traj = Trajectory{Float64}(5, 2)
traj = EAGODynamicOptimizer.Trajectory{Float64}(5, 2)
@test length(traj.v[1]) == 2
@test length(traj.v) == 5
end

0 comments on commit 9400884

Please sign in to comment.