Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Jul 9, 2024
1 parent 77eabb9 commit 8a37823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singlestoredb/notebook/_portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def workspace(self, name_or_id: str) -> None:
id = w.id

self._call_javascript(
'changeWorkspace', [id],
'changeDeployment', [id],
wait_on_condition=lambda: self.workspace_id == id, # type: ignore
timeout_message='timeout waiting for workspace update',
)
Expand Down

0 comments on commit 8a37823

Please sign in to comment.