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

@@ -562,7 +562,7 @@ describe('collections-graphql', () => {
expect(docs).toContainEqual(expect.objectContaining({ id: specialPost.id }))
})
if (['mongoose'].includes(process.env.PAYLOAD_DATABASE)) {
if (['mongodb'].includes(process.env.PAYLOAD_DATABASE)) {
describe('near', () => {
const point = [10, 20]
const [lat, lng] = point