We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ed066 commit 52e592dCopy full SHA for 52e592d
src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests/YdbParameterTests.cs
@@ -99,7 +99,7 @@ public void YdbParameter_WhenSetDbType_ReturnValueIsConverted()
99
}
100
101
[Fact]
102
- public async Task YdbValue_WhenDateTimeOffset_ReturnTimestamp()
+ public async Task YdbParameter_WhenDateTimeOffset_ReturnTimestamp()
103
{
104
var dateTimeOffset = DateTimeOffset.Parse("2029-08-03T06:59:44.8578730Z");
105
await using var ydbConnection = await CreateOpenConnectionAsync();
0 commit comments