Skip to content

Commit

Permalink
Remove notification.session assert as it is present only for some e…
Browse files Browse the repository at this point in the history
…ngines
  • Loading branch information
blaginin committed Aug 28, 2024
1 parent 24dd3ad commit 21fd499
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/tests/api/live.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ async fn live_select_record_id() {
tokio::time::timeout(LQ_TIMEOUT, users.next()).await.unwrap().unwrap().unwrap();
// It should be updated
assert_eq!(notification.action, Action::Update);
// Session id should be present because it is auto generated
assert!(notification.session.is_some());

// Delete the record
let _: Option<ApiRecordId> = db.delete(&notification.data.id).await.unwrap();
Expand Down

0 comments on commit 21fd499

Please sign in to comment.