Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Colapinto <[email protected]>
  • Loading branch information
njordr committed Oct 10, 2024
1 parent b05a20a commit 4d411f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ impl StartedTestStep {
) -> Result<(), tv::OcptvError> {
self.step
.emitter
.emit(&&spec::TestStepArtifactImpl::Diagnosis(
.emit(&spec::TestStepArtifactImpl::Diagnosis(
diagnosis.to_artifact(),
))
.await?;

Check warning on line 604 in src/output/step.rs

View check run for this annotation

Codecov / codecov/patch

src/output/step.rs#L604

Added line #L604 was not covered by tests
Expand Down

0 comments on commit 4d411f0

Please sign in to comment.