Find test_tx again

This commit is contained in:
Michael Vines
2018-12-05 13:29:21 -08:00
parent 5d80edd969
commit 1bcafca690

View File

@ -106,7 +106,7 @@ mod tests {
use std::sync::mpsc::channel;
use std::sync::Arc;
use std::thread::{Builder, JoinHandle};
use system_transaction::test_tx;
use test_tx::test_tx;
#[test]
fn test_poh_service() {