Skip to content

Commit 5e2a78d

Browse files
committed
make fmt
1 parent 7ade372 commit 5e2a78d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/sinks/gcp/stackdriver/logs/tests.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,12 @@ fn encode_with_insert_id_key() {
240240
);
241241

242242
// Verify insert_id field was removed from jsonPayload
243-
assert!(!json["jsonPayload"].as_object().unwrap().contains_key("insert_id"));
243+
assert!(
244+
!json["jsonPayload"]
245+
.as_object()
246+
.unwrap()
247+
.contains_key("insert_id")
248+
);
244249
}
245250

246251
#[test]

0 commit comments

Comments
 (0)