Skip to content

Commit

Permalink
optimize test logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Jan 15, 2025
1 parent 212ea97 commit 16ae640
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
<PackageReference Include="TngTech.ArchUnitNET.MSTestV2" Version="0.11.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Nager.Date.UnitTest/AssemblyInitialize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Nager.Date.UnitTest
{
[TestClass]
internal class AssemblyInitialize
public class AssemblyInitialize
{
[AssemblyInitialize]
public static void MyTestInitialize(TestContext testContext)
Expand Down
4 changes: 2 additions & 2 deletions src/Nager.Date.UnitTest/Nager.Date.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 16ae640

Please sign in to comment.