Skip to content

Commit

Permalink
Fix test_open_builder()
Browse files Browse the repository at this point in the history
See also: #145
  • Loading branch information
BECATRUE committed Sep 15, 2023
1 parent 16670e0 commit e2e8f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_open_builder(self):
module="iquip.apps.builder",
cls="BuilderApp",
show=True,
pos="right",
pos="center",
args={
"experimentPath": "experimentPath",
"experimentClsName": "experimentClsName",
Expand Down

0 comments on commit e2e8f1a

Please sign in to comment.