Explorar o código

Give "unreliable" test a more descriptive name.

Jing Yang %!s(int64=4) %!d(string=hai) anos
pai
achega
45b809ccce
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

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