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 35ff2fb commit 000eba8Copy full SHA for 000eba8
crates/base/tests/integration_tests.rs
@@ -3949,7 +3949,7 @@ async fn test_user_workers_cleanup_idle_workers() {
3949
.unwrap()
3950
.to_bytes();
3951
3952
- let payload = serde_json::from_slice::<serde_json::Value>(&*bytes).unwrap();
+ let payload = serde_json::from_slice::<serde_json::Value>(&bytes).unwrap();
3953
let count = payload.get("count").unwrap().as_u64().unwrap();
3954
3955
assert_eq!(count, 1);
0 commit comments