From b4f2e09b3ac4f137370443418acc4d0358658325 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 7 Nov 2018 10:17:43 -0800 Subject: [PATCH] node: Fix a compose_actions test. This was apparently wrong in 207d7a8ee60fa123ea3da348198f433bd373f5c0. --- frontend_tests/node_tests/compose_actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_tests/node_tests/compose_actions.js b/frontend_tests/node_tests/compose_actions.js index 743bae049b..7728ae4417 100644 --- a/frontend_tests/node_tests/compose_actions.js +++ b/frontend_tests/node_tests/compose_actions.js @@ -275,7 +275,7 @@ run_test('quote_and_reply', () => { compose_ui.replace_syntax = function (syntax, replacement) { assert.equal(syntax, '[Quoting…]'); - assert.equal(replacement, 'Testing.'); + assert.equal(replacement, '```quote\nTesting.\n```'); }; var opts = {