Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 27, 2024
1 parent 4efcdc3 commit d2e2399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus_core/model/src/orders/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mod tests {
};

#[rstest]
fn test_display(audusd_sim: CurrencyPair) {
fn test_new_and_display(audusd_sim: CurrencyPair) {
let order1 = TestOrderStubs::limit_order(
audusd_sim.id,
OrderSide::Buy,
Expand Down

0 comments on commit d2e2399

Please sign in to comment.