Skip to content

Commit

Permalink
test: rename outer level testset correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Jul 23, 2024
1 parent 05dd74a commit 8039515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const GROUP = get(ENV, "GROUP", "All")
@safetestset "Mechanical Translation" begin
include("Mechanical/translational.jl")
end
@safetestset "Mechanical Translation" begin
@safetestset "Mechanical Translation Modelica" begin
include("Mechanical/translational_modelica.jl")
end
@safetestset "Multi-Domain" begin
Expand Down

0 comments on commit 8039515

Please sign in to comment.