tests fixes and sprints work
This commit is contained in:
@@ -186,8 +186,8 @@ public sealed class FixChainAttestationServiceTests
|
||||
[Fact]
|
||||
public async Task VerifyAsync_WithNullString_Throws()
|
||||
{
|
||||
// Act & Assert
|
||||
await Assert.ThrowsAsync<ArgumentException>(() =>
|
||||
// Act & Assert - ArgumentNullException is thrown via ArgumentException.ThrowIfNullOrWhiteSpace
|
||||
await Assert.ThrowsAsync<ArgumentNullException>(() =>
|
||||
_service.VerifyAsync(null!));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user