stabilizaiton work - projects rework for maintenanceability and ui livening
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// <copyright file="HlcTimestampTests.Helpers.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under BUSL-1.1.
|
||||
// </copyright>
|
||||
namespace StellaOps.HybridLogicalClock.Tests;
|
||||
|
||||
public sealed partial class HlcTimestampTests
|
||||
{
|
||||
private static HlcTimestamp CreateTimestamp(long physicalTime, string nodeId, int counter)
|
||||
{
|
||||
return new HlcTimestamp
|
||||
{
|
||||
PhysicalTime = physicalTime,
|
||||
NodeId = nodeId,
|
||||
LogicalCounter = counter
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user