This commit is contained in:
Adam 2025-11-14 21:14:17 +01:00
parent 1322290d88
commit b16608ae3a
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(999);
Assert.IsNotNull(orderDtosForMeasuring); Assert.IsNotNull(orderDtosForMeasuring);
//Assert.IsTrue(orderDtosForMeasuring.Any(x=>x.Id ==51)); //Assert.IsTrue(orderDtosForMeasuring.Any(x=>x.Id ==51));