tests improvements
This commit is contained in:
parent
95933933b8
commit
f7bec766c7
|
|
@ -298,6 +298,8 @@ namespace FruitBankHybrid.Shared.Tests
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//if (dbShippingItemPallet == null) return;
|
||||||
|
|
||||||
Assert.IsNotNull(dbShippingItemPallet);
|
Assert.IsNotNull(dbShippingItemPallet);
|
||||||
Assert.IsTrue(dbShippingItemPallet.TareWeight == shippingItemPallet.TareWeight);
|
Assert.IsTrue(dbShippingItemPallet.TareWeight == shippingItemPallet.TareWeight);
|
||||||
Assert.IsTrue(dbShippingItemPallet.TrayQuantity == shippingItemPallet.TrayQuantity);
|
Assert.IsTrue(dbShippingItemPallet.TrayQuantity == shippingItemPallet.TrayQuantity);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue