aboutsummaryrefslogtreecommitdiff
path: root/RhSolutions.Tests
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.Tests')
-rw-r--r--RhSolutions.Tests/CanReadProducts.cs2
-rw-r--r--RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsxbin10005 -> 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
index f0b76f3..20416e0 100644
--- a/RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx
+++ b/RhSolutions.Tests/TestWorkbooks/Specifications/HeatingFloor.xlsx
Binary files differ