Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Apr 25, 2024
1 parent 02dee0a commit f136e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kit/tests/swap_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ async fn run_swapper_constant_sum() {
tokio::time::sleep(Duration::from_millis(2000)).await;
let mut stream = messager.stream().unwrap();

// TODO: Send a specific message and see if we get the swap.

while let Some(message) = stream.next().await {
match serde_json::from_str::<MessageTypes<ConstantSumPool>>(&message.data) {
Ok(data) => {
Expand Down

0 comments on commit f136e21

Please sign in to comment.