Skip to content

Commit 4612f14

Browse files
fix key name for updated inputs
1 parent a78ef60 commit 4612f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/queryable/compile-statement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('Queryable ::', function() {
1515
return done(err);
1616
}
1717

18-
assert.equal(report.nativeQuery.sql, 'select `title`, `author`, `year` from `books`');
18+
assert.equal(report.nativeQuery, 'select `title`, `author`, `year` from `books`');
1919
return done();
2020
});
2121
});

0 commit comments

Comments
 (0)