@@ -270,7 +270,7 @@ def test_transcript_from_cmdloop(request, capsys):
270270
271271 # Check for the unittest "OK" condition for the 1 test which ran
272272 expected_start = ".\n ----------------------------------------------------------------------\n Ran 1 test in"
273- expected_end = "s\n \n OK\n \n "
273+ expected_end = "s\n \n OK\n "
274274 out , err = capsys .readouterr ()
275275 if six .PY3 :
276276 assert err .startswith (expected_start )
@@ -296,7 +296,7 @@ def test_multiline_command_transcript_with_comments_at_beginning(request, capsys
296296
297297 # Check for the unittest "OK" condition for the 1 test which ran
298298 expected_start = ".\n ----------------------------------------------------------------------\n Ran 1 test in"
299- expected_end = "s\n \n OK\n \n "
299+ expected_end = "s\n \n OK\n "
300300 out , err = capsys .readouterr ()
301301 if six .PY3 :
302302 assert err .startswith (expected_start )
@@ -329,7 +329,7 @@ def test_regex_transcript(request, capsys):
329329
330330 # Check for the unittest "OK" condition for the 1 test which ran
331331 expected_start = ".\n ----------------------------------------------------------------------\n Ran 1 test in"
332- expected_end = "s\n \n OK\n \n "
332+ expected_end = "s\n \n OK\n "
333333 out , err = capsys .readouterr ()
334334 if six .PY3 :
335335 assert err .startswith (expected_start )
0 commit comments