From d216d03e781ede2baf4281f17fb352ddae7ddecd Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 30 Nov 2023 16:27:12 -0300 Subject: [PATCH] minor doc change in test --- zebrad/tests/acceptance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebrad/tests/acceptance.rs b/zebrad/tests/acceptance.rs index 7892931f788..fc117dd14e9 100644 --- a/zebrad/tests/acceptance.rs +++ b/zebrad/tests/acceptance.rs @@ -2804,7 +2804,7 @@ async fn fully_synced_rpc_z_getsubtreesbyindex_snapshot_test() -> Result<()> { Ok(()) } -/// Test that the scanner gets started when the node starts. +/// Test that the scanner task gets started when the node starts. #[cfg(feature = "zebra-scan")] #[test] fn scan_task_starts() -> Result<()> {