Skip to content

Commit 131f87a

Browse files
committed
Fix more lint errors in tests
1 parent 7b7dc93 commit 131f87a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/zookeeper.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,12 +2051,12 @@ async fn test_update_ensemble() {
20512051
network: Some("host"),
20522052
configs: vec!["reconfigEnabled=true", "standaloneEnabled=false"],
20532053
servers: vec![
2054-
(1, &vec!["server.1=localhost:2001:3001:participant;localhost:4001"]),
2055-
(2, &vec![
2054+
(1, &["server.1=localhost:2001:3001:participant;localhost:4001"]),
2055+
(2, &[
20562056
"server.1=localhost:2001:3001:participant;localhost:4001",
20572057
"server.2=localhost:2002:3002:observer;localhost:4002",
20582058
]),
2059-
(3, &vec![
2059+
(3, &[
20602060
"server.1=localhost:2001:3001:participant;localhost:4001",
20612061
"server.3=localhost:2003:3003:observer;localhost:4003",
20622062
]),

0 commit comments

Comments
 (0)