You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be closed as the commit f9d1b91 passes this test. another closing remark in #811 about randomizing datetime, Here date time does not need to be random as there is a validation that requires UpdatedDate to be recent. Though this seems faulty as if we are using Message Queue, processing of Modification of record might not take place within bounds of what we define as recent (i.e. 1 minute), In this case, it will throw validation error. I may be wrong but let me know what you think.
I believe this can be simplified.
Instead of these lines we can just write:
Since we're using CreateRandomStudent it will fill all the needed properties. And it sets the same date both for CreatedDate and UpdatedDate.
Or to make it explicit:
The text was updated successfully, but these errors were encountered: