Skip to content

Commit

Permalink
Minor test case fix for 12.1 Date datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadraju committed Dec 21, 2023
1 parent 911f301 commit 4126589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dataTypeDate.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('32. dataTypeDate.js', function() {

// Add an assert statement to check the result
assert.deepStrictEqual(result.rows,
[['01/01/1900, 00:00:00']]);
[['01/01/1900 00:00:00']]);
});

it('32.4.3 Negative - Invalid Year -4713', async function() {
Expand Down

0 comments on commit 4126589

Please sign in to comment.