We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aac164 commit 110f019Copy full SHA for 110f019
src/grpc/server_tests.rs
@@ -104,7 +104,6 @@ async fn test_get_task_with_application_success() {
104
assert!(resp.get_ref().task.is_some());
105
let task = resp.get_ref().task.as_ref().unwrap();
106
assert_eq!(task.id, "id_1");
107
- println!("{:?}", task);
108
assert_eq!(task.application, Some("hammers".into()));
109
}
110
0 commit comments