mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update test description
- the test clearly tests that the createdAt doesn't change, we changed the implementation, but didn't change the test description
This commit is contained in:
parent
faefe75fe6
commit
ace7818eac
@ -371,7 +371,7 @@ describe('notifications', () => {
|
||||
expect(readAfter).toEqual(false)
|
||||
})
|
||||
|
||||
it('updates the `createdAt` attribute', async () => {
|
||||
it('does not update the `createdAt` attribute', async () => {
|
||||
await createPostAction()
|
||||
await markAsReadAction()
|
||||
const {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user