We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e99ec2 commit ada2b29Copy full SHA for ada2b29
rust/acp_tests.rs
@@ -92,7 +92,7 @@ async fn test_client_agent_communication() {
92
.await
93
.unwrap()
94
.unwrap();
95
- assert_eq!(response.is_authenticated, true);
+ assert!(response.is_authenticated);
96
})
97
98
}
0 commit comments