Skip to content

Commit

Permalink
Stress test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed May 18, 2024
1 parent 364704b commit 878caca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ndgrid-range.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ using Test: @test, @testset, @test_throws, @inferred
@test xx[:,1] == x
@test yy[1,:] == y
end
=#
@testset "StepRangeLen" begin
Expand All @@ -31,6 +30,7 @@ end
@test yl[1,:] == y
@test ya[1,:] == y
end
=#


@testset "range" begin
Expand Down

0 comments on commit 878caca

Please sign in to comment.