Fixed test import
This commit is contained in:
@@ -2,7 +2,7 @@ use bft_json_crdt::{
|
||||
json_crdt::{BaseCrdt, SignedOp},
|
||||
keypair::make_keypair,
|
||||
};
|
||||
use side_node::{crdt::TransactionList, node::SideNode, utils, WebSocketClient};
|
||||
use side_node::{crdt::TransactionList, node::SideNode, utils, websocket::WebSocketClient};
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user