Skip to content

Commit 1480402

Browse files
🤖 Format .jl files (#209)
Co-authored-by: juliohm <[email protected]>
1 parent fa37348 commit 1480402

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

test/runtests.jl

+2-9
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,8 @@ Polynomial(args::T...) where {T<:Real} = Polynomial(collect(args))
4141
include("metatable.jl")
4242

4343
# list of tests
44-
testfiles = [
45-
"distributions.jl",
46-
"assertions.jl",
47-
"transforms.jl",
48-
"metadata.jl",
49-
"tableselection.jl",
50-
"tablerows.jl",
51-
"shows.jl"
52-
]
44+
testfiles =
45+
["distributions.jl", "assertions.jl", "transforms.jl", "metadata.jl", "tableselection.jl", "tablerows.jl", "shows.jl"]
5346

5447
@testset "TableTransforms.jl" begin
5548
for testfile in testfiles

0 commit comments

Comments
 (0)