Skip to content

Commit

Permalink
test rate calculation over 2 hops
Browse files Browse the repository at this point in the history
  • Loading branch information
alensiljak committed Sep 7, 2023
1 parent d3904df commit 290fc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ mod tests {
}

/// Test commodity exchange via an intermediary. EUR->AUD->USD
/// TODO: #[test_log::test]
#[test_log::test]
fn test_find_price_2_hops() {
let mut journal = Journal::new();
let eur_ptr = journal.commodity_pool.create("EUR", None);
Expand Down

0 comments on commit 290fc02

Please sign in to comment.