Skip to content

Commit aa4bb92

Browse files
Test improvements (#64)
1 parent 2b91bda commit aa4bb92

File tree

9 files changed

+218
-190
lines changed

9 files changed

+218
-190
lines changed

src/ApiHealthCheck.Lib/Settings/MailSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ public record MailSettings
1010
string UserName,
1111
string Password,
1212
string EnableSsl
13-
);
13+
);

test/ApiHealthCheck.ConsoleTest/ApiHealthCheck.ConsoleTest.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11+
<PackageReference Include="DeepCopy" Version="1.0.3" />
1112
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
1213
<PackageReference Include="Moq" Version="4.16.1" />
14+
<PackageReference Include="Tynamix.ObjectFiller" Version="1.5.7" />
1315
<PackageReference Include="xunit" Version="2.4.1" />
1416
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1517
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)