diff --git a/notebook/tests/selenium/test_markdown.py b/notebook/tests/selenium/test_markdown.py index 7ff04efea..db4a44c9b 100644 --- a/notebook/tests/selenium/test_markdown.py +++ b/notebook/tests/selenium/test_markdown.py @@ -20,8 +20,8 @@ def test_markdown_cell(notebook): expected_contents = ['

FooΒΆ

', '

Bar

', '

Baz

', - '
x = 1\n
', - '
x = 1\n
' + '
x = 1
', + '
x = 1
' ] nb.append(*cell_text, cell_type="markdown") nb.run_all()