Skip to content

Commit 45e0bc1

Browse files
committed
Fix typos in included files for tests
1 parent 918cce9 commit 45e0bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ using Random
22

33
Random.seed!(1234)
44

5-
include("testplans.jl")
6-
include("testbackend.jl")
5+
include("TestPlans.jl")
6+
include("AbstractFFTsTestUtils.jl")
77

88
using .TestPlans
99
using .AbstractFFTsTestUtils

0 commit comments

Comments
 (0)