diff --git a/tests/profiler/testevents.nim b/tests/profiler/testevents.nim index 8d11228..3b9b957 100644 --- a/tests/profiler/testevents.nim +++ b/tests/profiler/testevents.nim @@ -7,7 +7,7 @@ import ".."/".."/chronos/profiler import ./utils -suite "profiler hooks test suite": +suite "Profiler hooks test suite": setup: installCallbacks() diff --git a/tests/profiler/testmetrics.nim b/tests/profiler/testmetrics.nim index 5d69264..5090c98 100644 --- a/tests/profiler/testmetrics.nim +++ b/tests/profiler/testmetrics.nim @@ -5,7 +5,7 @@ import ".."/".."/chronos/profiler/metrics import ./utils -suite "profiler metrics test suite": +suite "Profiler metrics test suite": setup: installCallbacks()