@tomhughes commented on this pull request.


>      comment = create(:note_comment, :author => user)
-    assert_equal user, comment.note.author
+    assert_equal "Default note's description", comment.note.description

Why move this from `test_author` to `test_description` exactly?

I mean obviously it is now testing the description, but why? It just seems to 
be duplicating the testing that's already done (unless you expect setting the 
author to change the behaviour of description) while not actually testing 
`author` at all anymore?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5744#pullrequestreview-2658597673
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/5744/review/2658597...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to