Skip to content

Commit

Permalink
Remove another flaky assertion (#2947)
Browse files Browse the repository at this point in the history
# Description
Did not address one of the flaky assertions after @sunce86 [pointed it
out](#2944 (comment)).
  • Loading branch information
MartinquaXD authored Sep 5, 2024
1 parent 5ca0ebc commit cafe393
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/e2e/tests/e2e/order_cancellation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ async fn order_cancellation(web3: Web3) {
.status,
OrderStatus::Cancelled,
);
assert_eq!(
services.get_order_status(&order_uids[2]).await.unwrap(),
orderbook::dto::order::Status::Cancelled,
);

for uid in &order_uids {
let events = crate::database::events_of_order(services.db(), uid).await;
Expand Down

0 comments on commit cafe393

Please sign in to comment.