diff --git a/test/fit.jl b/test/fit.jl index 0cebac9bf..752bde310 100644 --- a/test/fit.jl +++ b/test/fit.jl @@ -320,7 +320,7 @@ d = fit(Laplace, rand(Laplace(5.0, 3.0), N)) # Pareto -x = rand(Pareto(3., 7.), n0) +x = rand(Pareto(3., 7.), N) d = fit(Pareto, x) @test isa(d, Pareto)