fix: use proper exception type
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ public class StaticKeyProviderTests
|
||||
{
|
||||
var act = () => new StaticKeyProvider(null!);
|
||||
|
||||
act.Should().Throw<ArgumentNullException>();
|
||||
act.Should().Throw<ArgumentException>();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user