Skip to content

Commit 34b9a20

Browse files
committed
Use proper tags instead of ejson syntax
1 parent 37a957c commit 34b9a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/config/expression/bitAnd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tests:
4141
result:
4242
$bitAnd:
4343
- $a
44-
- $numberLong: '63'
44+
- !bson_int64 '63'
4545
schema:
4646
switches:
4747
_id:

generator/config/expression/bitOr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tests:
4141
result:
4242
$bitOr:
4343
- $a
44-
- $numberLong: '63'
44+
- !bson_int64 '63'
4545
schema:
4646
switches:
4747
_id:

0 commit comments

Comments
 (0)