tests improvements

This commit is contained in:
Loretta 2025-10-21 15:30:15 +02:00
parent 95933933b8
commit f7bec766c7
1 changed files with 2 additions and 0 deletions

View File

@ -298,6 +298,8 @@ namespace FruitBankHybrid.Shared.Tests
return;
}
//if (dbShippingItemPallet == null) return;
Assert.IsNotNull(dbShippingItemPallet);
Assert.IsTrue(dbShippingItemPallet.TareWeight == shippingItemPallet.TareWeight);
Assert.IsTrue(dbShippingItemPallet.TrayQuantity == shippingItemPallet.TrayQuantity);