Skip to content

Commit

Permalink
Update examples2d.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored May 16, 2024
1 parent 4d815cc commit e805052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReferenceTests/src/tests/examples2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ end

@reference_test "hist(...; gap=0.1)" begin
fig = Figure(size = (400, 400))
hist(fig[1,1], randn(1000); gap=0.1)
hist(fig[1,1], RNG.randn(1000); gap=0.1)
fig
end

Expand Down

0 comments on commit e805052

Please sign in to comment.