Skip to content

Commit f57b4e6

Browse files
committed
Rename testset "insert/deleteat"
1 parent dcbd6bb commit f57b4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ end
274274
end
275275
end
276276

277-
@testset "push, pushfirst, pop, popfirst, insert, deleteat" begin
277+
@testset "insert/deleteat" begin
278278
@test @inferred(ArrayInterface.insert([1,2,3], 2, -2)) == [1, -2, 2, 3]
279279
@test @inferred(ArrayInterface.deleteat([1, 2, 3], 2)) == [1, 3]
280280

0 commit comments

Comments
 (0)