Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beckend committed Oct 5, 2023
1 parent 5780e77 commit 1929747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async fn cli_command_check_dir() -> Result<()> {
dir_output: Cow::from(path_output),
concurrency: 100,
timeout_seconds: 10,
names_email_role_based: None,
})
.await
.unwrap();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async fn cli_command_check_file() -> Result<()> {
dir_output: Cow::from(path_output),
concurrency: 100,
timeout_seconds: 10,
names_email_role_based: None,
})
.await
.unwrap();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ async fn cli_command_check_string() -> Result<()> {
input: "a@b.c;ldddad@tja.coi;dsada@gmail.com;ojs@l.o".into(),
concurrency: 100,
timeout_seconds: 10,
names_email_role_based: None,
})
.await
.unwrap();
Expand Down

0 comments on commit 1929747

Please sign in to comment.