tangled
alpha
login
or
join now
buttplug.io
/
buttplug
20
fork
atom
Buttplug sex toy control library
20
fork
atom
overview
issues
pulls
pipelines
test: Comment out init() so tests don't fail on ci
qdot.tngl.sh
8 months ago
e56f44a6
8a615433
+1
-1
1 changed file
expand all
collapse all
unified
split
crates
buttplug_tests
tests
test_device_protocols.rs
+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
258
-
tracing_subscriber::fmt::init();
258
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