test fix
This commit is contained in:
parent
1322290d88
commit
b16608ae3a
|
|
@ -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));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue