Data Layer updates a "last edit date" field on the Item
Created by: martinburchell
Merge request reports
Activity
Created by: aliceh75
I think it would be good to have a test that ensures that modifying one item does not update the last modified time on another item.
This would also ensure that the time mocking thing is functioning - at the moment, all the tests check for a single update, so if
num_updates
was broken and always returned1
all the tests would still pass.
Please register or sign in to reply