more audit work

This commit is contained in:
master
2026-01-08 10:21:51 +02:00
parent 43c02081ef
commit 51cf4bc16c
546 changed files with 36721 additions and 4003 deletions

View File

@@ -431,9 +431,9 @@ public class HybridLogicalClockTests
}
[Fact]
public void Constructor_NullNodeId_ThrowsArgumentException()
public void Constructor_NullNodeId_ThrowsArgumentNullException()
{
Assert.Throws<ArgumentException>(() =>
Assert.Throws<ArgumentNullException>(() =>
new HybridLogicalClock(
TimeProvider.System,
null!,