Skip to content

Commit

Permalink
Fix a new unexplained broken test..
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-lajaaiti committed Jun 6, 2023
1 parent 7b11b85 commit 8bebbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliasing_dict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ julia> create_aliased_dict_type(:FruitDict, "fruit", (:apple => [:a], :berry =>
julia> import EcologicalNetworksDynamics: FruitDict # (not exported)
julia> FruitDict()
EcologicalNetworksDynamics.FruitDict{Any}()
FruitDict{Any}()
julia> d = FruitDict(:a => 5, :b => 8.0) # Mimick Dict constructor.
FruitDict{Real} with 2 entries:
Expand Down

0 comments on commit 8bebbc3

Please sign in to comment.