From ddc1d8e6968bd9a5c35154edff886417f883b84d Mon Sep 17 00:00:00 2001 From: Tobias Gurtzick Date: Sun, 10 Sep 2023 14:58:00 +0200 Subject: [PATCH] test Signed-off-by: Tobias Gurtzick --- test/mysql_test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mysql_test.js b/test/mysql_test.js index ef6ee43..a64041a 100644 --- a/test/mysql_test.js +++ b/test/mysql_test.js @@ -289,6 +289,7 @@ lab.experiment('mysql', () => { expect(primaryColumn.meta.column_key).to.equal('PRI'); // Testing the "after" constraint + console.log(columns); expect(columns[1].getName()).to.equal('date'); }); });