We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe9a04 commit c7ce9aaCopy full SHA for c7ce9aa
test/test.parsing.js
@@ -802,6 +802,6 @@ describe("Compose-email-parsing", () => {
802
var element = jquery('<div><div class="M9 AD"><input name="rt" value="thread-f:1610056787031797155|msg-f:1610056787031797158"/></div></div>').find(".M9");
803
var compose = new gmail.dom.compose(element);
804
805
- assert.equal(compose.thread_id(), "thread-f:1610056787031797155");
+ assert.equal(compose.thread_id(), "thread-f:1610056787031797155|msg-f:1610056787031797158");
806
});
807
0 commit comments