Skip to content

Commit

Permalink
fix(files): sidebar tests & opendetails param
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Nov 29, 2024
1 parent 14b7c1b commit 4b460ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files/src/actions/sidebarAction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe('Open sidebar action exec tests', () => {
expect(goToRouteMock).toBeCalledWith(
null,
{ view: view.id, fileid: '1' },
{ dir: '/' },
{ dir: '/', opendetails: 'true' },
true,
)
})
Expand Down Expand Up @@ -159,7 +159,7 @@ describe('Open sidebar action exec tests', () => {
expect(goToRouteMock).toBeCalledWith(
null,
{ view: view.id, fileid: '1' },
{ dir: '/' },
{ dir: '/', opendetails: 'true' },
true,
)
})
Expand Down

0 comments on commit 4b460ae

Please sign in to comment.