Skip to content

Commit

Permalink
fix typo teest
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf committed Jan 27, 2024
1 parent 293b72f commit 2d9da50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ArrayDictionary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@test_throws IndexError insert!(d, 10, 12)
@test d[10] == 11
set!(d, 10, 12)
@test length(d) == 1setwith!(+, d, 10.0, 2.0)
@test length(d) == setwith!(+, d, 10.0, 2.0)
@test length(d) == 1
@test d[10] == 14
setwith!(+, d, 2.0, 2.0)
Expand Down

0 comments on commit 2d9da50

Please sign in to comment.