diff --git a/src/raspberrypi/rascsi_response.cpp b/src/raspberrypi/rascsi_response.cpp index f8d53a4d..d203e8ed 100644 --- a/src/raspberrypi/rascsi_response.cpp +++ b/src/raspberrypi/rascsi_response.cpp @@ -421,6 +421,7 @@ PbOperationInfo *RascsiResponse::GetOperationInfo(PbResult& result) AddOperation(*operation_info, OPERATION_INFO, "Get operation meta data"); + // Ensure that all operations are covered assert(operation_info->operations_size() == 30); result.set_status(true);