Skip to content

Commit 67617f5

Browse files
Fix unit tests.
1 parent eb5b17d commit 67617f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Emailing.Tests/EmailManagerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public async Task SendAsync_WithNullIdentifier()
183183

184184
await manager.Invoking(m => m.SendAsync<Model>(null, default))
185185
.Should().ThrowExactlyAsync<ArgumentNullException>()
186-
.WithParameterName("template");
186+
.WithParameterName("email");
187187
}
188188

189189
internal sealed class Model : EmailModel

0 commit comments

Comments
 (0)