From 62271e75fbc768c759fdd7a26b86dcb3bf66388f Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 5 May 2023 08:21:26 +0300 Subject: Product package update --- RhSolutions.Tests/CanReadProducts.cs | 2 +- .../TestWorkbooks/Specifications/HeatingFloor.xlsx | Bin 10005 -> 10391 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'RhSolutions.Tests') diff --git a/RhSolutions.Tests/CanReadProducts.cs b/RhSolutions.Tests/CanReadProducts.cs index fd33a69..1fa7357 100644 --- a/RhSolutions.Tests/CanReadProducts.cs +++ b/RhSolutions.Tests/CanReadProducts.cs @@ -39,7 +39,7 @@ public class CanReadProducts : IDisposable Assert.NotNull(products); Assert.NotEmpty(products); - Assert.Equal("11600011001", products.First().Key.ProductSku); + Assert.Equal("11600011001", products.First().Key.ProductSku?.ToString()); Assert.Equal(20.0, products.First().Value); Assert.Equal(125.0, products.Sum(p => p.Value)); Assert.Equal(3, products.Count()); diff --git a/RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx b/RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx index f0b76f3..20416e0 100644 Binary files a/RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx and b/RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx differ -- cgit v1.2.3