Skip to content

Commit

Permalink
Update pattern_folds.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
VarLad authored Dec 31, 2023
1 parent 3fd1f6c commit 2e72d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pattern_folds.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using PatternFolds

@testset "PatternFolds.jl" begin
@check :alloc Dict(:target => ["PatternFolds"]) begin
@check :alloc Dict(:target => ["PatternFolds"], :path => @__DIR__) begin
using PatternFolds
end begin
itv = Interval{Open,Closed}(0.0, 1.0)
Expand Down

0 comments on commit 2e72d41

Please sign in to comment.