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
@mblarsen You'll probably want to slap me, but this change (removing album.full_album_price) will break a bunch of tests.
Given that we shouldn't store the full-album price in two different places, the test(s) would need to look at $album->asset->product->price, instead of $album->full_album_price.
This isn't a big deal, but we'll need to rework the affected tests.
At this point, I'm trying to reason through the factory-related changes that would need to be made, particularly when using make() instead of create() on the Song and Album factories.
The same is true for
albums.full_album_price
.The text was updated successfully, but these errors were encountered: