Skip to content

Commit 885f580

Browse files
authored
chore: fix typo (rename mognoose to mongoose) (#11653)
Fixes #11652
1 parent 0fc70e0 commit 885f580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/database/int.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@ describe('database', () => {
17931793

17941794
it('mongodb additional keys stripping', async () => {
17951795
// eslint-disable-next-line jest/no-conditional-in-test
1796-
if (payload.db.name !== 'mognoose') {
1796+
if (payload.db.name !== 'mongoose') {
17971797
return
17981798
}
17991799

0 commit comments

Comments
 (0)