Skip to content

Commit 4a8e80b

Browse files
committed
whoops, missed one
1 parent c2f99e5 commit 4a8e80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trust-quorum/src/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ mod tests {
13121312

13131313
/// Commit an initial configuration at all nodes
13141314
#[tokio::test]
1315-
pub async fn tq_initial_config() {
1315+
async fn tq_initial_config() {
13161316
let num_nodes = 4;
13171317
let setup =
13181318
TestSetup::spawn_nodes("tq_initial_config", num_nodes).await;

0 commit comments

Comments
 (0)