Removed comment

This commit is contained in:
kdeng00
2025-04-26 18:28:39 -04:00
parent f806ac0eaf
commit 802dfcae82
-1
View File
@@ -392,7 +392,6 @@ mod tests {
match fetch_queue_data_req(&app, &id).await { match fetch_queue_data_req(&app, &id).await {
Ok(response) => { Ok(response) => {
// let _resp = get_resp_data::<Vec<u8>>(response).await;
match resp_to_bytes(response).await { match resp_to_bytes(response).await {
Ok(bytes) => { Ok(bytes) => {
assert_eq!(false, bytes.is_empty(), "Queued data should not be empty"); assert_eq!(false, bytes.is_empty(), "Queued data should not be empty");