Skip to content

Commit

Permalink
fix scan_task_starts test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Nov 30, 2023
1 parent 4c36f20 commit 9a7848e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2831,10 +2831,10 @@ fn scan_task_starts() -> Result<()> {
// Check that scan task started and the first scanning is done.
let output = child.wait_with_output()?;

output.stdout_line_contains("spawning zebra_scanner")?;
output.stdout_line_contains("spawning shielded scanner with configured viewing keys")?;
output.stdout_line_contains(
format!(
"Scanning the blockchain for key {} from block 1 to",
"Scanning the blockchain for key {} from block",
ZECPAGES_VIEWING_KEY
)
.as_str(),
Expand Down

0 comments on commit 9a7848e

Please sign in to comment.