Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek authored and github-actions committed Dec 9, 2024
1 parent d22dc12 commit 0ce9584
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,16 @@ describe('restoring workspace', () => {
documents: [
{
kind: 'doc.terminal_shell',
uri: '/docs/terminal_shell_uri',
uri: '/docs/terminal_shell_uri_1',
title: '/Users/alice/Documents',
},
{
kind: 'doc.terminal_shell',
uri: '/docs/terminal_shell_uri_2',
title: '/Users/alice/Documents',
},
],
location: '/docs/terminal_shell_uri',
location: '/docs/terminal_shell_uri_1',
});
});
});
Expand Down

0 comments on commit 0ce9584

Please sign in to comment.