Skip to content

Commit 7396d78

Browse files
committed
Updating testing framework style.
1 parent a5eb436 commit 7396d78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn.Test/CanaryInAColeMine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class CanaryInAColeMine
88
[Test]
99
public void CanPeep()
1010
{
11-
Assert.True(true);
11+
Assert.That(true);
1212
}
1313
}
1414
}

eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn.Test/GreateBelt.Pn.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
10-
<PackageReference Include="NUnit" Version="3.14.0" />
10+
<PackageReference Include="NUnit" Version="4.3.2" />
1111
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
1212
</ItemGroup>
1313

eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn/GreateBelt.Pn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microting.eForm" Version="9.0.6" />
2727
<PackageReference Include="Microting.eFormApi.BasePn" Version="9.0.3" />
2828
<PackageReference Include="Microting.ItemsPlanningBase" Version="8.0.70" />
29-
<PackageReference Include="Sentry" Version="5.0.0" />
29+
<PackageReference Include="Sentry" Version="5.0.1" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)