mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
Expect true to be true
This commit is contained in:
parent
0ac3c8c313
commit
ee2dc6c3f6
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ it('parses the message correctly', (done) => {
|
|||
const bodyPart = `<p>In <a href="https://github.com/electron/electron.atom.io/pull/352#discussion_r67715160">_data/apps.yml</a>:</p>`
|
||||
|
||||
processMessage({message}).then((processed) => {
|
||||
expect(true).toBe(false)
|
||||
expect(processed.headers['in-reply-to']).toEqual('<electron/electron.atom.io/pull/352@github.com>')
|
||||
expect(processed.messageId).toEqual('<electron/electron.atom.io/pull/352/r67715160@github.com>')
|
||||
expect(processed.subject).toEqual('Re: [electron/electron.atom.io] Add Jasper app (#352)')
|
||||
|
|
Loading…
Reference in a new issue