Skip to content

Commit

Permalink
fix(deploy-script-support): Relax constraint on repository clone path
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 16, 2021
1 parent 00d8608 commit 6ec7a4d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ test('resolvePathForPackagedContract', async t => {

const result = resolvePathForPackagedContract(path);

t.truthy(
result.includes('agoric-sdk/packages/zoe/src/contracts/automaticRefund.js'),
);
t.truthy(result.includes('packages/zoe/src/contracts/automaticRefund.js'));
});

0 comments on commit 6ec7a4d

Please sign in to comment.