This commit is contained in:
Loretta 2025-11-12 19:11:49 +01:00
parent aad3a59383
commit e6306c5205
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public sealed class OrderClientTests
[TestMethod] [TestMethod]
public async Task GetPendingOrderDtosForMeasuring() public async Task GetPendingOrderDtosForMeasuring()
{ {
var orderDtosForMeasuring = await _signalRClient.GetPendingOrderDtosForMeasuring(); var orderDtosForMeasuring = await _signalRClient.GetPendingOrderDtosForMeasuring(9999);
Assert.IsNotNull(orderDtosForMeasuring); Assert.IsNotNull(orderDtosForMeasuring);
//Assert.IsTrue(orderDtosForMeasuring.Any(x=>x.Id ==51)); //Assert.IsTrue(orderDtosForMeasuring.Any(x=>x.Id ==51));