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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user