Skip to content

Commit

Permalink
Fix template runtests.jl to include file not title
Browse files Browse the repository at this point in the history
Closes #452
  • Loading branch information
abelsiqueira committed Sep 10, 2024
1 parent 0e07438 commit c4fed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/test/runtests.jl.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for (root, dirs, files) in walkdir(@__DIR__)
end
title = titlecase(replace(splitext(file[6:end])[1], "-" => " "))
@testset "$title" begin
include(title)
include(file)
end
end
end
Expand Down

0 comments on commit c4fed4c

Please sign in to comment.