We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78ef60 commit 4612f14Copy full SHA for 4612f14
test/queryable/compile-statement.js
@@ -15,7 +15,7 @@ describe('Queryable ::', function() {
15
return done(err);
16
}
17
18
- assert.equal(report.nativeQuery.sql, 'select `title`, `author`, `year` from `books`');
+ assert.equal(report.nativeQuery, 'select `title`, `author`, `year` from `books`');
19
return done();
20
});
21
0 commit comments