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) => {
promise.then(async () => {
dispatch(createWorkspaceSuccess(workspaceName))
await loadWorkspacePreset('default-template')
// await switchToWorkspace(workspaceName)
plugin.emit('setWorkspace', { name: workspaceName, isLocalhost: false })
}).catch((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