Skip to content

Commit

Permalink
updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
biancalaube committed Oct 1, 2024
1 parent b8d52ed commit 990ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Toctree.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import mockData from './data/Toctree.test.json';
// /sdk/ios

const mountToctree = (slug) => {
return render(<Toctree slug={slug} toctree={mockData?.toctree} handleClick={() => {}} />);
return render(<Toctree slug={slug} toctree={mockData?.toctree} />);
};

beforeAll(() => {
Expand Down

0 comments on commit 990ed66

Please sign in to comment.