Skip to content

Commit

Permalink
SNOW-723810: Modify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Oct 18, 2023
1 parent cfbe887 commit 2177327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/IntegrationTests/SFDbDataReaderIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ public void testGetChar()
{
// Assert
Assert.IsTrue(reader.Read());
Assert.AreEqual(testChar, reader.GetValue(0));
Assert.AreEqual(testChar, reader.GetChar(0));
}
}
}
Expand Down

0 comments on commit 2177327

Please sign in to comment.