Skip to content

Commit

Permalink
fix include path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jul 4, 2023
1 parent 7e5df2d commit 5acef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
module TestQuasiIncompressibleHyperElasticity
mktempdir() do dir
cd(dir) do
include(joinpath(@__DIR__, "../docs/src/literate/quasi_incompressible_hyperelasticity.jl"))
include(joinpath(@__DIR__, "../docs/src/literate-gallery/quasi_incompressible_hyperelasticity.jl"))
end
end
end
Expand Down

0 comments on commit 5acef39

Please sign in to comment.