mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-10 09:09:50 +00:00
Change order of expected output in log_call test
This will fail on OSX but work on Debian (no idea as to why, yet)
This commit is contained in:
parent
858e325fac
commit
7e03dbe35d
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ def test_log_call():
|
|||
eq_(stdout, ['two', 'four\rthree'])
|
||||
expected_order = ['one',
|
||||
'two',
|
||||
'No, three..', # The "four" is only recorded *after* the process is done (no newline)...
|
||||
'four\rthree', # .. which is why "No, three" comes first
|
||||
'four\rthree',
|
||||
'No, three..',
|
||||
]
|
||||
eq_(logged.getvalue().split("\n")[8:-1], expected_order)
|
||||
|
|
Loading…
Add table
Reference in a new issue