Searched refs:expected_uuid (Results 1 – 1 of 1) sorted by relevance
277 let expected_uuid = Uuid::from([ in test_extract_service_data() localVariable281 assert_eq!(service_data.get(&expected_uuid), Some(&vec![0xFF])); in test_extract_service_data()282 let expected_uuid = Uuid::from([ in test_extract_service_data() localVariable286 assert_eq!(service_data.get(&expected_uuid), Some(&vec![0xFE])); in test_extract_service_data()287 let expected_uuid = in test_extract_service_data() localVariable289 assert_eq!(service_data.get(&expected_uuid), Some(&vec![16])); in test_extract_service_data()290 let expected_uuid = in test_extract_service_data() localVariable292 assert_eq!(service_data.get(&expected_uuid), Some(&vec![])); in test_extract_service_data()