[@spackbot] updating style on behalf of becker33

This commit is contained in:
becker33 2023-03-30 23:34:10 +00:00 committed by Gregory Becker
parent 8ce1d9c05a
commit 11139a9e39

View File

@ -3374,6 +3374,7 @@ def test_view_update_unnecessary(update_method, tmpdir, install_mockery, mock_fe
# monkeypatch so that any attempt to actually regenerate the view fails
def raises(*args, **kwargs):
raise AssertionError
monkeypatch.setattr(view, "view", raises)
view.regenerate([libelf, libdwarf])