From b9e592a86b05172fad459e18943d03a9f2d68835 Mon Sep 17 00:00:00 2001 From: Vladimir Mikheev Date: Tue, 14 Nov 2023 14:08:54 +0000 Subject: [PATCH] small renamings --- test/runtests.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 8227f4192..73726b65c 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -6,7 +6,7 @@ include("setup.jl") @testset "Test Config" begin include("test_config.jl") end -@testset "CircularEEGTopoPlot" begin +@testset "Circular EEG topoplot" begin include("test_plot_circulareegtopoplot.jl") end @@ -14,11 +14,11 @@ end include("test_toposeries.jl") end -@testset "ERPImage" begin +@testset "ERP Image" begin include("test_erpimage.jl") end -@testset "TopoPlot" begin +@testset "Topoplot" begin include("test_topoplot.jl") end @@ -26,6 +26,6 @@ end include("test_butterfly.jl") end -@testset "AllPlots" begin +@testset "All plots" begin include("test_all.jl") end \ No newline at end of file