diff --git a/model/test/attachment_test.dart b/model/test/attachment_test.dart index 43c8ba829..54dbcac89 100644 --- a/model/test/attachment_test.dart +++ b/model/test/attachment_test.dart @@ -118,12 +118,12 @@ void main() { 'GIVE attachmentG has disposition = `inline`\n' 'AND htmlBodyAttachments is empty\n' 'WHEN perform call `attachmentG.isOutsideAttachment()`\n' - 'SHOULD return false', + 'SHOULD return true', () { List htmlBodyAttachments = []; bool result = attachmentG.isOutsideAttachment(htmlBodyAttachments); - expect(result, isFalse); + expect(result, isTrue); }); test(