Reformat/cleanup
All checks were successful
NuGet Package Publish / nuget (push) Successful in 1m10s
All checks were successful
NuGet Package Publish / nuget (push) Successful in 1m10s
This commit is contained in:
@@ -7,7 +7,7 @@ namespace ZB.MOM.WW.CBDDC.Hosting.Tests;
|
||||
public class HostedServicesTests
|
||||
{
|
||||
/// <summary>
|
||||
/// Verifies that the TCP sync server hosted service starts and stops the server lifecycle.
|
||||
/// Verifies that the TCP sync server hosted service starts and stops the server lifecycle.
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public async Task TcpSyncServerHostedService_StartAndStop_CallsServerLifecycle()
|
||||
@@ -24,7 +24,7 @@ public class HostedServicesTests
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verifies that the discovery hosted service starts and stops the discovery lifecycle.
|
||||
/// Verifies that the discovery hosted service starts and stops the discovery lifecycle.
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public async Task DiscoveryServiceHostedService_StartAndStop_CallsDiscoveryLifecycle()
|
||||
@@ -39,4 +39,4 @@ public class HostedServicesTests
|
||||
await discoveryService.Received(1).Start();
|
||||
await discoveryService.Received(1).Stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user