Fix and write tests

This commit is contained in:
Benoit Marty 2025-01-21 10:57:43 +01:00 committed by Benoit Marty
parent 13defbbcc0
commit f21aeea980
16 changed files with 952 additions and 266 deletions

View file

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