Closed toonmaterial closed 1 year ago
For example, module Ecto.Migration is under package ecto_sql not ecto.
Ecto.Migration
ecto_sql
ecto
I thought we should get the dep name from definition instead of root module name.
Not sure how to add such test case while existed cases pass.
Thanks
For example, module
Ecto.Migration
is under packageecto_sql
notecto
.I thought we should get the dep name from definition instead of root module name.
Not sure how to add such test case while existed cases pass.