Changes between Initial Version and Version 1 of Ticket #36207, comment 8


Ignore:
Timestamp:
Feb 23, 2025, 12:21:25 PM (3 days ago)
Author:
Gregory Mariani

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36207, comment 8

    initial v1  
    11What's the behavior expected ?
    2 Because comment.user = None will set the value and obviously self.assertEqual(comment.user, self.user_1) will raise with my update:
     2Because `comment.user = None` will set the value None and obviously `self.assertEqual(comment.user, self.user_1)` will raise with my update:
    33
    44
Back to Top