diff --git a/Snowflake.Data.Tests/UnitTests/ArrowResultChunkTest.cs b/Snowflake.Data.Tests/UnitTests/ArrowResultChunkTest.cs index 8197409be..80a8890f1 100755 --- a/Snowflake.Data.Tests/UnitTests/ArrowResultChunkTest.cs +++ b/Snowflake.Data.Tests/UnitTests/ArrowResultChunkTest.cs @@ -151,7 +151,6 @@ public void TestUnusedExtractCellThrowsNotSupportedException() var chunk = new ArrowResultChunk(_recordBatchOne); Assert.Throws(() => chunk.ExtractCell(0)); - Assert.Throws(() => chunk.ExtractCell(0, 0)); } [Test]