mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: set sync state at startup to idle (#2722)
This commit is contained in:
@ -28,7 +28,7 @@ async fn test_is_default_syncing() {
|
||||
.listener_port(0)
|
||||
.build(NoopProvider::default());
|
||||
let network = NetworkManager::new(config).await.unwrap();
|
||||
assert!(network.handle().is_syncing());
|
||||
assert!(!network.handle().is_syncing());
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
|
||||
Reference in New Issue
Block a user