Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Fix broken factory #325

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Fix broken factory #325

merged 1 commit into from
Aug 22, 2022

Conversation

johnpitchko
Copy link
Contributor

Factory uses static assignment, which was deprecated in FactoryBot v5,
so instantiating the factory raises an error for any project using a
recent release of FactoryBot.

Replaced static assignment with dynamic assignment to resolve this
issue.

Factory uses static assignment, which was deprecated in FactoryBot v5,
so instantiating the factory raises an error for any project using a
recent release of FactoryBot.

Replaced static assignment with dynamic assignment to resolve this
issue.
Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @johnpitchko!

@kennyadsl kennyadsl merged commit eb99242 into solidusio:master Aug 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants