Skip to content

Commit

Permalink
mysql > 8 test support
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <[email protected]>
  • Loading branch information
wzrdtales committed Sep 10, 2023
1 parent 9ff2a2d commit 9edb79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mysql_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ lab.experiment('mysql', () => {
const column = findByName(columns, 'ct');
expect(column.getDataType().toUpperCase()).to.equal('DATETIME');
expect(column.meta.extra.toUpperCase()).to.equal(
'ON UPDATE CURRENT_TIMESTAMP(3)'
'DEFAULT_GENERATED ON UPDATE CURRENT_TIMESTAMP(3)'
);
}
);
Expand Down

0 comments on commit 9edb79f

Please sign in to comment.