Skip to content

Commit

Permalink
Check that a position isn't double executed
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Jun 3, 2024
1 parent 9c94e3d commit 9bc000b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/dex/src/component/router/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ proptest! {
execution_circuit_breaker,
)
.await.unwrap();
println!("{:?}", se);

// The input and output should be non-zero:
assert!(se.input.amount > 0u32.into());
assert!(se.output.amount > 0u32.into());
Expand Down

0 comments on commit 9bc000b

Please sign in to comment.