diff --git a/integration-tests/__tests__/alter-table.spec.js b/integration-tests/__tests__/alter-table.spec.js index c178e3e8d..06baeab95 100644 --- a/integration-tests/__tests__/alter-table.spec.js +++ b/integration-tests/__tests__/alter-table.spec.js @@ -19,6 +19,7 @@ function pickImportantTableInfo(engine, table) { pureName: table.pureName, columns: table.columns .filter(x => x.columnName != 'rowid') + .sort((a, b) => a.columnName.localeCompare(b.columnName)) .map(fp.pick(props)) .map(props => _.omitBy(props, x => x == null)) .map(props =>