Update waku-bindings/tests/node.rs
Co-authored-by: richΛrd <info@richardramos.me>
This commit is contained in:
parent
70295f6c76
commit
98e390fa03
|
@ -149,7 +149,6 @@ async fn default_echo() -> Result<(), String> {
|
||||||
#[test]
|
#[test]
|
||||||
#[serial]
|
#[serial]
|
||||||
fn node_restart() {
|
fn node_restart() {
|
||||||
println!("Test node_restart");
|
|
||||||
let config = WakuNodeConfig {
|
let config = WakuNodeConfig {
|
||||||
node_key: Some(
|
node_key: Some(
|
||||||
SecretKey::from_str("05f381866cc21f6c1e2e80e07fa732008e36d942dce3206ad6dcd6793c98d609")
|
SecretKey::from_str("05f381866cc21f6c1e2e80e07fa732008e36d942dce3206ad6dcd6793c98d609")
|
||||||
|
|
Loading…
Reference in New Issue