Skip to content

Commit e8513ad

Browse files
authored
Rename the test files (#113)
1 parent e57ac47 commit e8513ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ include("test_utils.jl")
5454
println(" ")
5555
@info "Ran expected_loglik tests"
5656

57-
include("sparse_variational.jl")
57+
include("SparseVariationalApproximationModule.jl")
5858
println(" ")
59-
@info "Ran svgp tests"
59+
@info "Ran sva tests"
6060

61-
include("laplace.jl")
61+
include("LaplaceApproximationModule.jl")
6262
println(" ")
6363
@info "Ran laplace tests"
6464
end

0 commit comments

Comments
 (0)