Skip to content

Commit dc00a3f

Browse files
committed
test: remove a deprecated test
1 parent 5a961bd commit dc00a3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/2_test_state_estim.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ end
112112
@test [0, 0]
113113
@test isa(x̂, Vector{Float32})
114114
@test_throws ArgumentError updatestate!(kalmanfilter1, [10, 50])
115-
@test_throws ErrorException setstate!(kalmanfilter1, [1,2,3,4], diagm(.1:.1:.4))
116115
end
117116

118117
@testitem "SteadyKalmanFilter set model" setup=[SetupMPCtests] begin

0 commit comments

Comments
 (0)