Skip to content

Commit

Permalink
Merge pull request #9642 from ccordoba12/fix-circle
Browse files Browse the repository at this point in the history
PR: Fix EditorPluginExample test
  • Loading branch information
ccordoba12 authored Jun 22, 2019
2 parents 17f79db + eb324db commit be46661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spyder/plugins/editor/widgets/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3257,7 +3257,8 @@ def test():
t0 = time.time()
test.load(osp.join(spyder_dir, "plugins", "editor", "widgets",
"editor.py"))
test.load(osp.join(spyder_dir, "plugins", "explorer", "widgets.py"))
test.load(osp.join(spyder_dir, "plugins", "explorer", "widgets",
'explorer.py'))
test.load(osp.join(spyder_dir, "plugins", "variableexplorer", "widgets",
"collectionseditor.py"))
test.load(osp.join(spyder_dir, "plugins", "editor", "widgets",
Expand Down

0 comments on commit be46661

Please sign in to comment.