Skip to content

Commit 9b001ad

Browse files
committed
fix tests
1 parent 2a9117d commit 9b001ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commons/workspace/Workspace.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ const Workspace: React.FC<WorkspaceProps> = props => {
228228
) : (
229229
<Resizable {...editorResizableProps()}>{createWorkspaceInput(props)}</Resizable>
230230
)}
231-
<div style={{ width: '0px' }}>{createWorkspaceInput(props)}</div>
232231
<div className="right-parent" ref={setFullscreenRefs}>
233232
<Tooltip
234233
className="fullscreen-button"

src/commons/workspace/__tests__/WorkspaceActions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ test('updateEditorValue generates correct action object', () => {
258258
payload: {
259259
workspaceLocation: assessmentWorkspace,
260260
editorTabIndex,
261-
newEditorValue
261+
newEditorValue,
262+
isFromVscode: false
262263
}
263264
});
264265
});

0 commit comments

Comments
 (0)