Skip to content

Commit

Permalink
test: fix cli addr test
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 15, 2023
1 parent e13f663 commit a2a711c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ fn cli_provide_addresses() -> Result<()> {
.unwrap()
.split(',')
.map(|x| x.trim().to_string())
.filter(|x| !x.is_empty())
.collect::<Vec<_>>();

for address in addresses {
Expand Down

0 comments on commit a2a711c

Please sign in to comment.