Searched refs:delete_result (Results 1 – 1 of 1) sorted by relevance
1658 let delete_result = delete_chip(&print_to_string(&delete_request).unwrap()); in test_remove_beacon_device_succeeds() localVariable1659 assert!(delete_result.is_ok(), "{}", delete_result.unwrap_err()); in test_remove_beacon_device_succeeds()1687 let delete_result = delete_chip(&print_to_string(&delete_request).unwrap()); in test_remove_beacon_device_fails() localVariable1688 assert!(delete_result.is_ok(), "{}", delete_result.unwrap_err()); in test_remove_beacon_device_fails()1690 let delete_result = delete_chip(&print_to_string(&delete_request).unwrap()); in test_remove_beacon_device_fails() localVariable1691 assert!(delete_result.is_err()); in test_remove_beacon_device_fails()