sprints and audit work
This commit is contained in:
@@ -80,7 +80,7 @@ public sealed class HlcTimestampJsonConverterTests
|
||||
var result = JsonSerializer.Deserialize<HlcTimestamp>(json, _options);
|
||||
|
||||
// Assert
|
||||
result.Should().Be(HlcTimestamp.Zero);
|
||||
result.Should().Be(default(HlcTimestamp));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user