diff --git a/test/runtests.jl b/test/runtests.jl index d7a169b..6d11f1b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,5 +1,5 @@ using MetaAnalysis -using Test +using Test, DataFrames @testset "MetaAnalysis.jl" begin # Write your tests here. @@ -51,7 +51,7 @@ df2 = select(df, :study, :y, :v) # test tausq works -@test MetaAnalysis.tauSquare(df.y, df.v) +@test MetaAnalysis.tausq(df.y, df.v) # Now write the random effects model function