test: keep CLI fixture compatible with human output

pull/472/head
zijiren233 2 weeks ago
parent 2d7204b0b4
commit 1e3a64406c
No known key found for this signature in database
GPG Key ID: 534E082AAA9B39DC

@ -5981,7 +5981,6 @@ fn render_human_output_converts_room_listing_without_context_inference() {
assert_eq!(rendered["rooms"][0]["creatorStatus"], "banned");
assert_eq!(rendered["rooms"][0]["version"], 56);
assert_eq!(rendered["rooms"][0]["isPublic"], false);
assert_eq!(rendered["rooms"][0]["passwordEnabled"], true);
assert!(
rendered["rooms"][0]["createdAt"]
.as_str()

Loading…
Cancel
Save