Skip to content

Commit

Permalink
On #8: More output to get to the cause of failing tests on github
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed Apr 28, 2024
1 parent 0773a13 commit 3033a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/article_version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

new_attributes.each do |key, value|
expect(article.latest_article_version[key]).to eq value
expect(order.order_articles.first.article_version[key]).to eq original_version[key]
expect(order.order_articles.first.article_version[key]).to eq(original_version[key]), "#{key} property changed: Old {#{original_version[key]}} <-> Current {#{order.order_articles.first.article_version[key]}}"
end
expect(original_version_id).not_to eq article.latest_article_version.id
end
Expand Down

0 comments on commit 3033a95

Please sign in to comment.