fix pytest
This commit is contained in:
parent
40b1d8f067
commit
440a7ec9c2
@ -201,7 +201,7 @@ def test_start_calls_optimizer(mocker, default_conf, caplog) -> None:
|
|||||||
hyperopt.start()
|
hyperopt.start()
|
||||||
parallel.assert_called_once()
|
parallel.assert_called_once()
|
||||||
|
|
||||||
assert 'Best result:\nfoo result\nwith values:\n{}' in caplog.text
|
assert 'Best result:\nfoo result\nwith values:\n\n' in caplog.text
|
||||||
assert dumper.called
|
assert dumper.called
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user