From 83f99a06bcbc9583602661dbf6ea38b2f1603743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Tue, 13 Jun 2023 16:09:13 +0200 Subject: [PATCH] Enable the `Issue552_SignedUnsignedBooleans` test It works fine with MySqlConnector 1.1.0 --- tests/Dapper.Tests/Providers/MySQLTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dapper.Tests/Providers/MySQLTests.cs b/tests/Dapper.Tests/Providers/MySQLTests.cs index 4b17ff80b..dcd71110d 100644 --- a/tests/Dapper.Tests/Providers/MySQLTests.cs +++ b/tests/Dapper.Tests/Providers/MySQLTests.cs @@ -38,7 +38,7 @@ public void DapperEnumValue_Mysql() } } - [FactMySql(Skip = "See https://github.com/DapperLib/Dapper/issues/552, not resolved on the MySQL end.")] + [FactMySql] public void Issue552_SignedUnsignedBooleans() { using (var conn = Provider.GetMySqlConnection(true, false, false))