Skip to content

Commit

Permalink
Remove coverlet.collector
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon committed Jan 7, 2025
1 parent 3290389 commit fdb0e99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>

<ItemGroup Label="Package References">
<PackageReference Include="coverlet.collector">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="MSTest.TestAdapter"/>
<PackageReference Include="MSTest.TestFramework"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class GenerateSbomE2ETests
[TestMethod]
public void PlaceholderTest()
{
Assert.AreNotEqual(0, DateTime.Now.Year, "Placeholder test");
Assert.AreEqual(0, DateTime.Now.Year, "Placeholder test");
}
}

0 comments on commit fdb0e99

Please sign in to comment.