Skip to content

Commit 4126589

Browse files
committed
Minor test case fix for 12.1 Date datatype
1 parent 911f301 commit 4126589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dataTypeDate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('32. dataTypeDate.js', function() {
186186

187187
// Add an assert statement to check the result
188188
assert.deepStrictEqual(result.rows,
189-
[['01/01/1900, 00:00:00']]);
189+
[['01/01/1900 00:00:00']]);
190190
});
191191

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

0 commit comments

Comments
 (0)