···416416mod tests {
417417 use super::*;
418418419419- // Mock setup for testing
420420- fn create_test_service() -> Result<VenueSearchService> {
421421- // Create a mock service for unit testing
422422- // In a real implementation, this would use proper mocks
423423- // For now, we'll test the validation logic directly
424424- Err(anyhow::anyhow!("Mock service not implemented - use integration tests"))
425425- }
426426-427419 #[tokio::test]
428420 async fn test_search_venues_validation() {
429421 // Test search request validation logic directly