Buttplug sex toy control library

test: Comment out init() so tests don't fail on ci

+1 -1
+1 -1
crates/buttplug_tests/tests/test_device_protocols.rs
··· 255 255 #[test_case("test_xuanhuan_protocol.yaml" ; "Xuanhuan Protocol")] 256 256 #[tokio::test] 257 257 async fn test_device_protocols_json_v4(test_file: &str) { 258 - tracing_subscriber::fmt::init(); 258 + //tracing_subscriber::fmt::init(); 259 259 util::device_test::client::client_v4::run_json_test_case(&load_test_case(test_file).await).await; 260 260 } 261 261