Skip to content

Commit

Permalink
test
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 a3eeda2 commit ddc1d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mysql_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});
Expand Down

0 comments on commit ddc1d8e

Please sign in to comment.