Commit 16c4794e authored by ioedeveloper's avatar ioedeveloper

Fixed failing solidity unit testing plugin test

parent f5668b52
...@@ -42,7 +42,7 @@ export const createWorkspace = async (workspaceName: string) => { ...@@ -42,7 +42,7 @@ export const createWorkspace = async (workspaceName: string) => {
promise.then(async () => { promise.then(async () => {
dispatch(createWorkspaceSuccess(workspaceName)) dispatch(createWorkspaceSuccess(workspaceName))
await loadWorkspacePreset('default-template') await loadWorkspacePreset('default-template')
// await switchToWorkspace(workspaceName) plugin.emit('setWorkspace', { name: workspaceName, isLocalhost: false })
}).catch((error) => { }).catch((error) => {
dispatch(createWorkspaceError({ error })) dispatch(createWorkspaceError({ error }))
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment