Skip to content

Commit

Permalink
Update test/Microsoft.ComponentDetection.Detectors.Tests/ConanLockCom…
Browse files Browse the repository at this point in the history
…ponentDetectorTests.cs

Co-authored-by: Justin Perez <justinmp@vt.edu>
  • Loading branch information
ashokgowtham and melotic authored Aug 5, 2023
1 parent 468abe6 commit 6126c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ public async Task TestConanDetector_SupportNoDependenciesAsync()
.ExecuteDetectorAsync();

result.ResultCode.Should().Be(ProcessingResultCode.Success);
componentRecorder.GetDetectedComponents().Count().Should().Be(0);
componentRecorder.GetDetectedComponents().Should().BeEmpty();
}
}

0 comments on commit 6126c35

Please sign in to comment.