فهرست منبع

net: set localnet to false for test_store() as opposed to test_store_localnet()

Dastan-glitch 2 سال پیش
والد
کامیت
33c3bd2590
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/net/hosts.rs

+ 1 - 1
src/net/hosts.rs

@@ -294,7 +294,7 @@ mod tests {
     fn test_store() {
         smol::block_on(async {
             let settings = Settings {
-                localnet: true,
+                localnet: false,
                 external_addrs: vec![
                     Url::parse("tcp://foo.bar:123").unwrap(),
                     Url::parse("tcp://lol.cat:321").unwrap(),