Fix test and add tests.

This commit is contained in:
Benoit Marty 2024-12-12 17:37:57 +01:00 committed by Benoit Marty
parent 8966e64e50
commit d9e28816bc
4 changed files with 31 additions and 4 deletions

View file

@ -42,6 +42,7 @@ class FakeLocalMediaFactory(
senderAvatar = null,
dateSent = null,
dateSentFull = null,
waveform = null,
)
return aLocalMedia(uri, mediaInfo)
}