Fix nullability filter in alter table tests

This commit is contained in:
Stela Augustinova
2025-12-04 14:08:22 +01:00
parent 137eac7dbf
commit aba660eddb

View File

@@ -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(