Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Feb 7, 2022
1 parent d4622c5 commit 0d708d0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ end
end

for fn in (
"test_defaults.jl"
"test_pipeline.jl"
"test_axes.jl"
"test_layouts.jl"
"test_contours.jl"
"test_axis_letter.jl"
"test_components.jl"
"test_shorthands.jl"
"integration_dates.jl"
"test_recipes.jl"
"test_hdf5plots.jl"
"test_pgfplotsx.jl"
"test_plotly.jl"
"test_defaults.jl",
"test_pipeline.jl",
"test_axes.jl",
"test_layouts.jl",
"test_contours.jl",
"test_axis_letter.jl",
"test_components.jl",
"test_shorthands.jl",
"integration_dates.jl",
"test_recipes.jl",
"test_hdf5plots.jl",
"test_pgfplotsx.jl",
"test_plotly.jl",
)
@testset "$fn" begin
include(fn)
Expand Down

0 comments on commit 0d708d0

Please sign in to comment.