Skip to content

Commit

Permalink
Fix minor typo in dependencies test (#7214)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored and arcanis committed Apr 29, 2019
1 parent 5531858 commit 5c18247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pkg-tests/pkg-tests-specs/sources/workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = (makeTemporaryEnv: PackageDriver) => {
name: `workspace-a`,
version: `1.0.0`,
dependencies: {
[`workspace-a`]: `1.0.0`,
[`workspace-b`]: `1.0.0`,
},
});

Expand All @@ -64,7 +64,7 @@ module.exports = (makeTemporaryEnv: PackageDriver) => {
name: `workspace-b`,
version: `1.0.0`,
dependencies: {
[`workspace-b`]: `1.0.0`,
[`workspace-a`]: `1.0.0`,
},
});

Expand Down

0 comments on commit 5c18247

Please sign in to comment.