Skip to content

Commit b09956d

Browse files
committed
WidgetDriver: change encryption send integration test to expect successful encrytion.
1 parent 9ff12fa commit b09956d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/matrix-sdk/tests/integration/widget.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,8 +967,8 @@ async fn test_send_encrypted_to_device_event() {
967967
},
968968
}
969969
}),
970-
json! {{"error":{"message":"Sending encrypted to_device events is not supported by the widget driver."}}},
971-
0,
970+
json! {{}},
971+
1,
972972
)
973973
.await;
974974
}

0 commit comments

Comments
 (0)