Explorar el Código

Give "unreliable" test a more descriptive name.

Jing Yang hace 4 años
padre
commit
45b809ccce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kvraft/tests/service_test.rs

+ 1 - 1
kvraft/tests/service_test.rs

@@ -180,7 +180,7 @@ fn concurrent_client() {
 }
 
 #[test]
-fn unreliable() {
+fn unreliable_many_clients() {
     generic_test(5, true, 0);
 }