TF-2610 Fix unit test for display attachment
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -118,12 +118,12 @@ void main() {
|
|||||||
'GIVE attachmentG has disposition = `inline`\n'
|
'GIVE attachmentG has disposition = `inline`\n'
|
||||||
'AND htmlBodyAttachments is empty\n'
|
'AND htmlBodyAttachments is empty\n'
|
||||||
'WHEN perform call `attachmentG.isOutsideAttachment()`\n'
|
'WHEN perform call `attachmentG.isOutsideAttachment()`\n'
|
||||||
'SHOULD return false',
|
'SHOULD return true',
|
||||||
() {
|
() {
|
||||||
List<Attachment> htmlBodyAttachments = [];
|
List<Attachment> htmlBodyAttachments = [];
|
||||||
bool result = attachmentG.isOutsideAttachment(htmlBodyAttachments);
|
bool result = attachmentG.isOutsideAttachment(htmlBodyAttachments);
|
||||||
|
|
||||||
expect(result, isFalse);
|
expect(result, isTrue);
|
||||||
});
|
});
|
||||||
|
|
||||||
test(
|
test(
|
||||||
|
|||||||
Reference in New Issue
Block a user