diff --git a/DuckDB.NET.Test/Parameters/HugeIntParameterTests.cs b/DuckDB.NET.Test/Parameters/HugeIntParameterTests.cs index 57abf8c..bc96570 100644 --- a/DuckDB.NET.Test/Parameters/HugeIntParameterTests.cs +++ b/DuckDB.NET.Test/Parameters/HugeIntParameterTests.cs @@ -26,6 +26,8 @@ public void SimpleTest() reader.GetFieldValue(0).Should().Be(125); reader.GetFieldValue(0).Should().Be(125); reader.GetFieldValue(0).Should().Be(125); + reader.GetFieldValue(0).Should().Be(125); + reader.GetFieldValue(0).Should().Be(125); reader.GetFieldType(0).Should().Be(typeof(BigInteger)); }