diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-05 08:21:26 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-05 08:21:26 +0300 |
commit | 62271e75fbc768c759fdd7a26b86dcb3bf66388f (patch) | |
tree | f1edfc933e5c1a469d285f90ec03fd812674ddfa /RhSolutions.Tests | |
parent | c0dd1afb188edf401acc0baf8f7a7e538b6c3928 (diff) |
Product package update
Diffstat (limited to 'RhSolutions.Tests')
-rw-r--r-- | RhSolutions.Tests/CanReadProducts.cs | 2 | ||||
-rw-r--r-- | RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx | bin | 10005 -> 10391 bytes |
2 files changed, 1 insertions, 1 deletions
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 Binary files differindex f0b76f3..20416e0 100644 --- a/RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx +++ b/RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx |