Skip to content

Commit 827fc54

Browse files
ocotsgithub-actions[bot]
authored andcommitted
🤖 Format .jl files
1 parent 6459825 commit 827fc54

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ CTParser.prefix!(:CTModels); # code generated by @def is prefixed by CTModels (n
4545
include("solution_example_path_constraints.jl")
4646

4747
@testset verbose = true showtiming = true "CTModels tests" begin
48-
for name in (
49-
:plot,
50-
:export_import,
51-
)
48+
for name in (:plot, :export_import)
5249
@testset "$(name)" begin
5350
test_name = Symbol(:test_, name)
5451
println("testing: ", string(name))

0 commit comments

Comments
 (0)