Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit b556237

Browse files
committed
Fix bson date in Yaml
1 parent 1b7ddfe commit b556237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/config/stage/merge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ tests:
139139
-
140140
$match:
141141
date:
142-
$gte: !bson_utcdatetime 1557187200000
143-
$lt: !bson_utcdatetime 1557273600000
142+
$gte: !bson_utcdatetime '2019-05-07'
143+
$lt: !bson_utcdatetime '2019-05-08'
144144
-
145145
$project:
146146
_id:

0 commit comments

Comments
 (0)