Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krynju committed Nov 26, 2021
1 parent a1c2b5c commit a17ac6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
@test popfirst!(t) == -10
@test firstindex(t) == 1
t[10] = 10
@test pop!.(Ref(t), 1:100) == 1:100
@test getproperty.(pop!.(Ref(t), 1:100), :data) == 1:100

end
end

0 comments on commit a17ac6c

Please sign in to comment.