elixir-mongo / mongodb_ecto

MongoDB adapter for Ecto
Apache License 2.0
370 stars 126 forks source link

fix: Fix compilation error from tests #191

Closed MiniAppleTheApple closed 2 weeks ago

MiniAppleTheApple commented 9 months ago

Ecto.Integration.Order doesn't have :meta key in his struct, instead it has :metadata. Also changing the version of ssl_verify_fun to 1.1.7

mweidner037 commented 2 weeks ago

Thanks @MiniAppleTheApple !