File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/connectivity/wlan/lib/telemetry/src/processors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pub struct ToggleLogger {
21
21
impl ToggleLogger {
22
22
pub fn new ( inspect_node : & InspectNode ) -> Self {
23
23
// Initialize inspect children
24
- let toggle_events = inspect_node. create_child ( "client-connections-toggle-events " ) ;
24
+ let toggle_events = inspect_node. create_child ( "client_connections_toggle_events " ) ;
25
25
let toggle_inspect_node = BoundedListNode :: new ( toggle_events, INSPECT_TOGGLE_EVENTS_LIMIT ) ;
26
26
27
27
Self { toggle_inspect_node }
@@ -54,7 +54,7 @@ mod tests {
54
54
55
55
assert_data_tree ! ( inspector, root: {
56
56
wlan_mock_node: {
57
- "client-connections-toggle-events" : {
57
+ client_connections_toggle_events : {
58
58
"0" : {
59
59
"event_type" : "Enabled" ,
60
60
"@time" : AnyNumericProperty
You can’t perform that action at this time.
0 commit comments