Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Jan 20, 2025
1 parent dbdb3d8 commit 28c7d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Wrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ end
@test t == [-1, 1, 2, 3]
@test pushfirst!(t, -3, -2) === t
@test t == [-3, -2, -1, 1, 2, 3]
@test @test_throws Exception pushfirst!(t, 4.5)
@test_throws Exception pushfirst!(t, 4.5)
@test t == [-3, -2, -1, 1, 2, 3]
end
@testset "append!" begin
Expand Down

0 comments on commit 28c7d88

Please sign in to comment.