Skip to content

Commit ada2b29

Browse files
committed
Fix clippy
1 parent 2e99ec2 commit ada2b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/acp_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async fn test_client_agent_communication() {
9292
.await
9393
.unwrap()
9494
.unwrap();
95-
assert_eq!(response.is_authenticated, true);
95+
assert!(response.is_authenticated);
9696
})
9797
.await
9898
}

0 commit comments

Comments
 (0)