|
@@ -117,6 +117,6 @@ public class ReaderTests
|
|
|
using var reader = new ExcelReader(BadDate);
|
|
|
var exception = Assert.Throws<ArgumentException>(() => reader.Read<TestTypes>().ToArray());
|
|
|
Assert.True(exception.Data.Contains("Location"));
|
|
|
- Assert.NotEmpty(exception.Data["Location"]?.ToString() ?? string.Empty);;
|
|
|
+ Assert.NotEmpty(exception.Data["Location"]?.ToString() ?? string.Empty);
|
|
|
}
|
|
|
}
|