refactor: Rename GetTestStatusResponse enum for clarity

- Changed the enum name from Status to TestStatus in GetTestStatusResponse to improve clarity and better reflect its purpose.
- Updated the corresponding function ConvertHarnessStatus to align with the new enum name, ensuring consistency across the codebase.
This commit is contained in:
scawful
2025-10-09 21:24:06 -04:00
parent 74a5144128
commit 0491781dd5
3 changed files with 94 additions and 87 deletions

View File

@@ -109,7 +109,7 @@ struct RPCState {
namespace {
::yaze::test::GetTestStatusResponse_Status ConvertHarnessStatus(
::yaze::test::GetTestStatusResponse_TestStatus ConvertHarnessStatus(
::yaze::test::HarnessTestStatus status) {
switch (status) {
case ::yaze::test::HarnessTestStatus::kQueued: