Skip to content

Commit 677fee2

Browse files
authored
Enable the Issue552_SignedUnsignedBooleans test (#1919)
It works fine with MySqlConnector 1.1.0
1 parent da6509a commit 677fee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dapper.Tests/Providers/MySQLTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void DapperEnumValue_Mysql()
4444
}
4545
}
4646

47-
[FactMySql(Skip = "See https://github.com/DapperLib/Dapper/issues/552, not resolved on the MySQL end.")]
47+
[FactMySql]
4848
public void Issue552_SignedUnsignedBooleans()
4949
{
5050
using (var conn = Provider.GetMySqlConnection(true, false, false))

0 commit comments

Comments
 (0)