Skip to content

Commit

Permalink
intentionally break tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBirt committed Oct 10, 2024
1 parent a6c566d commit c55ae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/testing/mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (m *Mongod) Start() error {
}
m.port = port
m.cmd = exec.Command(
"external/mongodb/bin/mongod",
"external/mongodb/bin/mongo",
"--port", strconv.Itoa(m.port),
"--dbpath", dbDir,
)
Expand Down

0 comments on commit c55ae7a

Please sign in to comment.