Skip to content

Commit

Permalink
linting(test_runner/remote): make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
255doesnotexist committed Sep 15, 2024
1 parent dddd421 commit 57aabdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_runner/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl TestRunner for RemoteTestRunner {
info!("remote stdout: {}", &output);
test_results.push(TestResult {
test_name: script.to_string(),
output: output,
output,
passed: test_passed,
});
}
Expand Down

0 comments on commit 57aabdc

Please sign in to comment.