From 321b6c70246c306ca413c8a9af913eb4da2def56 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 7 Dec 2023 17:11:27 -0300 Subject: [PATCH] capitalize test suite names to make it consistent with the rest --- tests/profiler/testevents.nim | 2 +- tests/profiler/testmetrics.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()