Skip to content

Commit

Permalink
Update crates/core/component/dex/src/component/tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Erwan Or <[email protected]>
Signed-off-by: Chris Czub <[email protected]>
  • Loading branch information
zbuc and erwanor authored Apr 29, 2024
1 parent 0a6c792 commit f3f2cd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/core/component/dex/src/component/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,10 @@ async fn basic_cycle_arb() -> anyhow::Result<()> {
/// terminates.
///
/// This test also ensures that the created `SwapExecution` has the
/// correct data.
///
/// *Arbitrage execution record bug:*
/// This test also ensures that the created `SwapExecution` has the
/// correct data. (See #3790).
async fn reproduce_arbitrage_loop_testnet_53() -> anyhow::Result<()> {
let _ = tracing_subscriber::fmt::try_init();
let storage = TempStorage::new().await?.apply_minimal_genesis().await?;
Expand Down

0 comments on commit f3f2cd3

Please sign in to comment.