Skip to content

Commit

Permalink
[issue-4364] move media creation into attached_images test case - rem…
Browse files Browse the repository at this point in the history
…ove focused test
  • Loading branch information
Tooyosi committed Aug 1, 2024
1 parent 3bba858 commit a78d803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/workflow_copier_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
end
end

it 'copies the attached_images', focus: true do
it 'copies the attached_images' do
create(:medium, type: 'workflow_attached_image', linked: workflow)
expect(copied_workflow.attached_images.count).to eq(workflow.attached_images.count)
end
Expand Down

0 comments on commit a78d803

Please sign in to comment.