This commit is contained in:
Florian Bruhin 2016-05-24 21:53:50 +02:00
parent f692d34d94
commit 3bbc950616

View File

@ -23,6 +23,7 @@ from PyQt5.QtCore import QBuffer
from qutebrowser import app
def test_on_focus_changed_issue1484(monkeypatch, qapp, caplog):
"""Check what happens when on_focus_changed is called with wrong args.