Skip to content

Commit

Permalink
mssql: ordering for more reliable test
Browse files Browse the repository at this point in the history
  • Loading branch information
refractalize committed Mar 13, 2017
1 parent 7ff40ea commit 59ed807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/describeDatabase.js
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ module.exports = function(name, config, database, otherTests) {
}
]);

return db.query("select * from addresses").then(function(addresses) {
return db.query('select * from addresses order by address').then(function(addresses) {
return expect(database.clean(addresses)).to.eql([
{
id: essert.id,
Expand Down

0 comments on commit 59ed807

Please sign in to comment.