Skip to content

Commit d3497aa

Browse files
committed
test(tui): restore missing tokio test attribute
Mark `set_model_updates_active_collaboration_mask` as a Tokio test again so it is referenced during test builds. This fixes the dead-code clippy failure that broke the manual verify workflow on main.
1 parent f7d010e commit d3497aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codex-rs/tui/src/chatwidget/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6075,6 +6075,7 @@ async fn collaboration_modes_defaults_to_code_on_startup() {
60756075
assert_eq!(chat.current_model(), resolved_model);
60766076
}
60776077

6078+
#[tokio::test]
60786079
async fn set_model_updates_active_collaboration_mask() {
60796080
let (mut chat, _rx, _op_rx) = make_chatwidget_manual(Some("gpt-5.1")).await;
60806081
chat.set_feature_enabled(Feature::CollaborationModes, true);

0 commit comments

Comments
 (0)