Skip to content

Commit 1348525

Browse files
committed
test(base): Fix a test.
1 parent 56f9b2d commit 1348525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-base/src/room/room_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ mod tests {
12181218
};
12191219

12201220
let info_json = json!({
1221-
"version": 1,
1221+
"data_format_version": 1,
12221222
"room_id": "!gda78o:server.tld",
12231223
"room_state": "Invited",
12241224
"notification_counts": {

0 commit comments

Comments
 (0)