adapt tests

This commit is contained in:
B. Petersen
2023-11-01 20:17:30 +01:00
parent 67b35b1baa
commit f7c90d626e
2 changed files with 10 additions and 8 deletions

View File

@@ -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 () {