You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the create method on both of them accepts many params, and some of them are not required.
Refactor so they will accept objects (or partial objects accordingly), and fix the spec file.
Currently the
createmethod on both of them accepts many params, and some of them are not required.Refactor so they will accept objects (or partial objects accordingly), and fix the spec file.