Find test_tx again

This commit is contained in:
Michael Vines 2018-12-05 13:29:21 -08:00
parent 5d80edd969
commit 1bcafca690
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

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() {