Skip to content

Commit 9b60385

Browse files
committed
Use default type in integration test now
1 parent 87b9fdc commit 9b60385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec-integration/integration.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Integration test', () => {
3434
const cfg = {
3535
uri : process.env.MSSQL_URL,
3636
query: 'INSERT INTO Test2.dbo.Tweets (Lang, Retweeted, Favorited, "Text", id, CreatedAt, Username, ScreenName) '
37-
+ 'VALUES (@lang:string, @retweeted:boolean, @favorited:boolean, @text:string, @id:bigint, @created_at:date, @username:string, @screenname:string)'
37+
+ 'VALUES (@lang, @retweeted:boolean, @favorited:boolean, @text:string, @id:bigint, @created_at:date, @username, @screenname:string)'
3838
};
3939

4040
before(() => {

0 commit comments

Comments
 (0)