[macOS] Update MongoDB to version 5 (#3772)

This commit is contained in:
Aleksandr Chebotov
2021-07-22 17:31:36 +03:00
committed by GitHub
parent 99c8d003d4
commit c7cfdf2683
2 changed files with 5 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
Describe "Mongo" {
Describe "MongoDB" {
It "mongodb" {
"mongo --version" | Should -ReturnZeroExitCode
"mongod --version"| Should -ReturnZeroExitCode