mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix test
This commit is contained in:
parent
85ade4505d
commit
96a8315748
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ describe('useTaskHash', () => {
|
|||
result.current.setTaskHash('test-task-id');
|
||||
});
|
||||
|
||||
expect(mockLocation.hash).toBe('task-test-task-id');
|
||||
expect(mockLocation.hash).toBe('#task-test-task-id');
|
||||
});
|
||||
|
||||
it('should clear hash when setting null', () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue