diff --git a/test/runtests.jl b/test/runtests.jl index 49e994c..927a6a7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -344,7 +344,7 @@ end LocalModule.SubModule.power(pow) Base.sum end - @test y == sum(LocalModule.SubModule.power(LocalModule.SubModule.square(xs), pow)) + @test y2 == sum(LocalModule.SubModule.power(LocalModule.SubModule.square(xs), pow)) y3 = @chain xs begin @. LocalModule.add_one