Skip to content

Commit ca2895b

Browse files
Update rust/stackable-cockpit/src/platform/operator/listener_operator.rs
Co-authored-by: Nick <[email protected]>
1 parent a8db362 commit ca2895b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackable-cockpit/src/platform/operator/listener_operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub async fn determine_and_store_listener_operator_preset(
6161

6262
LISTENER_OPERATOR_PRESET
6363
.set(listener_operator_preset)
64-
.expect("We are the only function setting LISTENER_OPERATOR_PRESET");
64+
.expect("LISTENER_CLASS_PRESET should be unset");
6565
}
6666

6767
#[derive(Debug)]

0 commit comments

Comments
 (0)