Explorar o código

Rename a test.

Jing Yang %!s(int64=4) %!d(string=hai) anos
pai
achega
b9f9f23be4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kvraft/tests/service_test.rs

+ 1 - 1
kvraft/tests/service_test.rs

@@ -183,7 +183,7 @@ fn unreliable() {
 }
 
 #[test]
-fn unreliable_one_key() -> anyhow::Result<()> {
+fn unreliable_one_key_many_clients() -> anyhow::Result<()> {
     const SERVERS: usize = 5;
     let cfg = Arc::new(make_config(SERVERS, true, 0));
     let mut clerk = cfg.make_clerk();