Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Carael committed Nov 6, 2024
1 parent d40800d commit 7151331
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$set" : {
"_id" : HexData(3, "91217544-0be1-5a43-a0e9-62e7f13d41cd")
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "$or" : [{ "$and" : [{ "_id" : HexData(3, "91217544-0be1-5a43-a0e9-62e7f13d41cd") }, { "Name" : "Walse" }, { "Name" : "Toronto" }] }] }
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$or" : [{
"$and" : [{
"_id" : HexData(3, "91217544-0be1-5a43-a0e9-62e7f13d41cd")
}, {
"Name" : "Walse"
}, {
"Name" : "Toronto"
}]
}]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$set" : {
"_id" : HexData(3, "91217544-0be1-5a43-a0e9-62e7f13d41cd")
}
}

0 comments on commit 7151331

Please sign in to comment.