chore: renames mongoose db adapter refs to mongodb

This commit is contained in:
James
2024-04-01 17:24:43 -04:00
parent 8fc8aaa6dd
commit c461a7fa15
5 changed files with 12 additions and 13 deletions

View File

@@ -980,7 +980,7 @@ describe('collections-rest', () => {
})
})
if (['mongoose'].includes(process.env.PAYLOAD_DATABASE)) {
if (['mongodb'].includes(process.env.PAYLOAD_DATABASE)) {
describe('near', () => {
const point = [10, 20]
const [lat, lng] = point