From 8d5a0e73836e1162d500fa4076912879fa084aea Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 12 Sep 2023 21:24:27 +0200 Subject: [PATCH] huh --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 3b3ce21a51..88901d4ae3 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -10,7 +10,7 @@ if get(ENV, "PLUTO_TEST_ONLY_COMPILETIMES", nothing) == "true" end @timeit_include("Events.jl") verify_no_running_processes() -@timeit_include("WorkspaceManager.jl") +@timeit_include("Configuration.jl") verify_no_running_processes() @timeit_include("packages/Basic.jl") verify_no_running_processes() @@ -30,7 +30,7 @@ verify_no_running_processes() verify_no_running_processes() @timeit_include("Notebook.jl") verify_no_running_processes() -@timeit_include("Configuration.jl") +@timeit_include("WorkspaceManager.jl") verify_no_running_processes() # tests that don't start new processes: