Skip to content

Commit c7ce9aa

Browse files
committed
Fix failing test.
1 parent abe9a04 commit c7ce9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.parsing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,6 @@ describe("Compose-email-parsing", () => {
802802
var element = jquery('<div><div class="M9 AD"><input name="rt" value="thread-f:1610056787031797155|msg-f:1610056787031797158"/></div></div>').find(".M9");
803803
var compose = new gmail.dom.compose(element);
804804

805-
assert.equal(compose.thread_id(), "thread-f:1610056787031797155");
805+
assert.equal(compose.thread_id(), "thread-f:1610056787031797155|msg-f:1610056787031797158");
806806
});
807807
});

0 commit comments

Comments
 (0)