Skip to content

Commit

Permalink
change fixture to cover an edge case line
Browse files Browse the repository at this point in the history
  • Loading branch information
soryy708 committed Aug 28, 2024
1 parent 9cf7dbc commit 9060fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/scc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('Strongly Connected Components Builder', () => {
sinon.stub(ExportMapBuilder, 'for').returns(
exportMapFixtureBuilder('foo.js', [
exportMapFixtureBuilder('bar.js', [
exportMapFixtureBuilder('foo.js', []),
exportMapFixtureBuilder('foo.js', [exportMapFixtureBuilder('bar.js', [])]),
]),
]),
);
Expand Down

0 comments on commit 9060fc0

Please sign in to comment.