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: Update device config versions in tests
qdot.tngl.sh
2 years ago
71fd148c
fa2bbe3c
+2
-2
1 changed file
expand all
collapse all
unified
split
buttplug
tests
test_device_config.rs
+2
-2
buttplug/tests/test_device_config.rs
reviewed
···
59
59
const BASE_VALID_VERSION_CONFIG_JSON: &str = r#"
60
60
{
61
61
"version": {
62
62
-
"major": 2,
62
62
+
"major": 3,
63
63
"minor": 999
64
64
}
65
65
}
···
77
77
const BASE_VALID_NULL_USER_CONFIG_JSON: &str = r#"
78
78
{
79
79
"version": {
80
80
-
"major": 2,
80
80
+
"major": 3,
81
81
"minor": 999
82
82
},
83
83
"user-configs": {}