Find test_tx again
This commit is contained in:
parent
5d80edd969
commit
1bcafca690
|
@ -106,7 +106,7 @@ mod tests {
|
||||||
use std::sync::mpsc::channel;
|
use std::sync::mpsc::channel;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use std::thread::{Builder, JoinHandle};
|
use std::thread::{Builder, JoinHandle};
|
||||||
use system_transaction::test_tx;
|
use test_tx::test_tx;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_poh_service() {
|
fn test_poh_service() {
|
||||||
|
|
Loading…
Reference in New Issue