Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Aug 19, 2024
1 parent bc79c49 commit 22b0675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/state_rewind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ async fn rollback_to__should_work_with_empty_gas_price_database() -> anyhow::Res
let result = fuel_core_bin::cli::rollback::exec(command).await;

// Then
let _ = result.expect("Rollback should succeed");
result.expect("Rollback should succeed");

Ok(())
}

0 comments on commit 22b0675

Please sign in to comment.