test(postgres): enable test_varchar_length for postgres

This commit is contained in:
AarDG10 2025-11-07 12:37:55 +05:30
parent e1b1426147
commit 907f3de872

View file

@ -176,7 +176,6 @@ class TestDBUpdate(IntegrationTestCase):
self.assertEqual(frappe.db.get_column_type(referring_doctype.name, link), "uuid")
@run_only_if(db_type_is.MARIADB)
def test_varchar_length(self):
from frappe.database.schema import add_column