Skip to content

Commit

Permalink
Testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Oct 12, 2017
1 parent f4a9e61 commit f8e56a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/plugins/tests/test_history.py
Expand Up @@ -85,8 +85,8 @@ def test_init(historylog):
assert hl.editors == []
assert hl.filenames == []
assert len(hl.plugin_actions) == 5
assert hl.tabwidget.menu.actions() == hl.menu_actions
assert hl.tabwidget.cornerWidget().menu().actions() == hl.menu_actions
assert len(hl.tabwidget.menu.actions()) == 5
assert len(hl.tabwidget.cornerWidget().menu().actions()) == 5


def test_add_history(historylog, mocker, monkeypatch):
Expand Down

0 comments on commit f8e56a0

Please sign in to comment.