Просмотр исходного кода

Give "unreliable" test a more descriptive name.

Jing Yang 4 лет назад
Родитель
Сommit
45b809ccce
1 измененных файлов с 1 добавлено и 1 удалено
  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);
 }