From aba660eddbf9af49aeef1ba3828def0dedcf0865 Mon Sep 17 00:00:00 2001 From: Stela Augustinova Date: Thu, 4 Dec 2025 14:08:22 +0100 Subject: [PATCH] Fix nullability filter in alter table tests --- integration-tests/__tests__/alter-table.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/__tests__/alter-table.spec.js b/integration-tests/__tests__/alter-table.spec.js index 5d57d4223..1926475bb 100644 --- a/integration-tests/__tests__/alter-table.spec.js +++ b/integration-tests/__tests__/alter-table.spec.js @@ -196,7 +196,7 @@ describe('Alter table', () => { }) ); - test.each(createEnginesColumnsSource(engines.filter(x => !x.skipNullable && !x.skipChangeNullability)))( + test.each(createEnginesColumnsSource(engines.filter(x => !x.skipNullability && !x.skipChangeNullability)))( 'Change nullability - %s - %s', testWrapper(async (conn, driver, column, engine) => { await testTableDiff(