Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heyzec committed Jan 24, 2025
1 parent 2a9117d commit 51e82e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/commons/workspace/Workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ const Workspace: React.FC<WorkspaceProps> = props => {
) : (
<Resizable {...editorResizableProps()}>{createWorkspaceInput(props)}</Resizable>
)}
<div style={{ width: '0px' }}>{createWorkspaceInput(props)}</div>
<div className="right-parent" ref={setFullscreenRefs}>
<Tooltip
className="fullscreen-button"
Expand Down
3 changes: 2 additions & 1 deletion src/commons/workspace/__tests__/WorkspaceActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ test('updateEditorValue generates correct action object', () => {
payload: {
workspaceLocation: assessmentWorkspace,
editorTabIndex,
newEditorValue
newEditorValue,
isFromVscode: false,
}
});
});
Expand Down

0 comments on commit 51e82e9

Please sign in to comment.