We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5b17d commit 67617f5Copy full SHA for 67617f5
tests/Emailing.Tests/EmailManagerTest.cs
@@ -183,7 +183,7 @@ public async Task SendAsync_WithNullIdentifier()
183
184
await manager.Invoking(m => m.SendAsync<Model>(null, default))
185
.Should().ThrowExactlyAsync<ArgumentNullException>()
186
- .WithParameterName("template");
+ .WithParameterName("email");
187
}
188
189
internal sealed class Model : EmailModel
0 commit comments