Add sort to find

This commit is contained in:
George Suntres
2026-04-25 12:42:30 -04:00
parent 7c60f4c57b
commit 374b4b22c9
6 changed files with 27 additions and 13 deletions

View File

@@ -80,6 +80,8 @@ func TestUpdateSet_WithAudit(t *testing.T) {
after := onAudit_after.(bson.M)
before["name"] = "** CHANGED USING UPDATE SET **"
delete(before, "updatedAt")
delete(after, "updatedAt")
AssertSubset(t, after, before, "Should have been equal")
} else {