diff --git a/test/pattern_folds.jl b/test/pattern_folds.jl index 42cde96..472787b 100644 --- a/test/pattern_folds.jl +++ b/test/pattern_folds.jl @@ -1,8 +1,8 @@ using PatternFolds @testset "PatternFolds.jl" begin - @check :alloc Dict(:target => ["PatternFolds"], :path => pwd()) begin - using PatternFolds + @check :alloc Dict(:target => ["PatternFolds"], :path => @__DIR__) begin + using PatternFolds end begin itv = Interval{Open,Closed}(0.0, 1.0) i = IntervalsFold(itv, 2.0, 1000)