Skip to content

Commit 2265f48

Browse files
committed
Add forgotten @test to a few new tests
1 parent 0a9695f commit 2265f48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -874,15 +874,15 @@ using FillArrays
874874
@testset "FillArrays" begin
875875
sections_fill = Fill(sections[1], 3)
876876
@test length(sections_fill) == 3
877-
sections_fill[3].r sections[1].r
877+
@test sections_fill[3].r sections[1].r
878878

879879
ops_fill = Fill(ops[1], 3)
880880
@test length(ops_fill) == 3
881-
ops_fill[3].Vx ops[1].Vx
881+
@test ops_fill[3].Vx ops[1].Vx
882882

883883
outs_fill = Fill(outs[1], 3)
884884
@test length(outs_fill) == 3
885-
outs_fill[3].Np outs[1].Np
885+
@test outs_fill[3].Np outs[1].Np
886886
end
887887

888888
end

0 commit comments

Comments
 (0)