capitalize test suite names to make it consistent with the rest

This commit is contained in:
gmega 2023-12-07 17:11:27 -03:00
parent 8ffe7f4a88
commit 321b6c7024
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import ".."/".."/chronos/profiler
import ./utils
suite "profiler hooks test suite":
suite "Profiler hooks test suite":
setup:
installCallbacks()

View File

@ -5,7 +5,7 @@ import ".."/".."/chronos/profiler/metrics
import ./utils
suite "profiler metrics test suite":
suite "Profiler metrics test suite":
setup:
installCallbacks()