Skip to content

Commit

Permalink
Update core MessageBus FFI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 13, 2023
1 parent a6d8693 commit ac23f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nautilus_core/common/src/ffi/msgbus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ mod ffi_tests {
assert_eq!(msgbus.topics(), vec![topic]);
}

#[ignore]
#[rstest]
fn test_msgbus_new() {
let trader_id = TraderId::from_str("trader-001").unwrap();
Expand Down

0 comments on commit ac23f00

Please sign in to comment.