Skip to content

Commit

Permalink
fix(south-sql): Fix integration test for MSSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerni10 authored and marouanehassanioptimistik committed May 11, 2023
1 parent 71b2c44 commit 5468db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/south/south-sql/south-sql.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ describe('MSSQL Integration test', () => {
expect(south.connected).toEqual(true)

const result = await south.getDataFromMSSQL(
'2018-10-03T13:36:36',
'2021-10-03T13:40:40',
new Date('2018-10-03T13:36:36'),
new Date('2021-10-03T13:40:40'),
)

expect(result).toEqual([
Expand Down

0 comments on commit 5468db6

Please sign in to comment.