Skip to content

Commit

Permalink
Attempt to fix last Review Recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed May 4, 2022
1 parent 033ea57 commit df67adf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ module Decidim::Admin

subject.call

component = results[:component]
expect(results[:component].id).to eq(component.id)
expect(results[:component]).not_to be_persisted
result_component = results[:component]
expect(result_component.id).to eq(component.id)
expect(result_component).not_to be_persisted
end
end
end
Expand Down

0 comments on commit df67adf

Please sign in to comment.