Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarah committed Dec 5, 2024
1 parent ab5ffcf commit 1883c4f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('filterLevel3Guides', () => {
},
],
},
{id: 'level1-2'},
{id: 'level1-2', seeAlso: [{id: 'level2-2'}]},
],
};

Expand All @@ -31,7 +31,7 @@ describe('filterLevel3Guides', () => {
},
],
},
{id: 'level1-2'},
{id: 'level1-2', seeAlso: [{id: 'level2-2', seeAlso: []}]},
],
};

Expand All @@ -48,7 +48,7 @@ describe('filterLevel3Guides', () => {
seeAlso: [
{
id: 'level2-1',
seeAlso: [{id: 'level1-2'}, {id: 'level2-2'}],
seeAlso: [{id: 'level1-2'}],
},
],
},
Expand Down

0 comments on commit 1883c4f

Please sign in to comment.