mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
adapt tests
This commit is contained in:
@@ -440,12 +440,6 @@ describe('Offline Tests with unconfigured account', function () {
|
||||
expect(blobPath.startsWith(blobs)).to.be.true
|
||||
expect(blobPath.includes('image')).to.be.true
|
||||
expect(blobPath.endsWith('.jpeg')).to.be.true
|
||||
|
||||
context.setChatProfileImage(chatId, null)
|
||||
expect(context.getChat(chatId).getProfileImage()).to.be.equal(
|
||||
null,
|
||||
'image is null'
|
||||
)
|
||||
})
|
||||
|
||||
it('test setting ephemeral timer', function () {
|
||||
|
||||
Reference in New Issue
Block a user