Skip to content

Commit

Permalink
remove unnecessary conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Sep 10, 2024
1 parent a2f86f9 commit b7832ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub async fn run(shell: &Shell, args: IntegrationArgs) -> anyhow::Result<()> {
.init_test_wallet(&ecosystem_config, &chain_config)
.await?;

let test_pattern: Option<&str> = args.test_pattern.as_ref().map(|x| x.as_str());
let test_pattern = args.test_pattern;
let mut command = cmd!(
shell,
"yarn jest --forceExit --testTimeout 120000 -t {test_pattern...}"
Expand Down

0 comments on commit b7832ef

Please sign in to comment.