Skip to content

Commit d4a9f4f

Browse files
fix tests
1 parent 3075d7e commit d4a9f4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Ydb.Sdk/tests/Ado/YdbParameterTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public void YdbValue_WhenUnCastTypes_ThrowInvalidCastException()
8080
[Theory]
8181
[InlineData(DbType.VarNumeric, "VarNumeric")]
8282
[InlineData(DbType.Xml, "Xml")]
83-
[InlineData(DbType.Guid, "Guid")]
8483
[InlineData(DbType.Time, "Time")]
8584
public void YdbValue_WhenNoSupportedDbType_ThrowException(DbType dbType, string name)
8685
{

0 commit comments

Comments
 (0)