From 4126589aefa9574edecc845b19bc55ff3c777941 Mon Sep 17 00:00:00 2001 From: Sharad Chandran R Date: Thu, 21 Dec 2023 11:49:45 +0530 Subject: [PATCH] Minor test case fix for 12.1 Date datatype --- test/dataTypeDate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dataTypeDate.js b/test/dataTypeDate.js index a11445d0f..72457c5ce 100644 --- a/test/dataTypeDate.js +++ b/test/dataTypeDate.js @@ -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() {