Skip to content

Commit

Permalink
Merge pull request twosigma#862 from geofft/broken-test
Browse files Browse the repository at this point in the history
  • Loading branch information
shijinglu authored Apr 4, 2022
2 parents ced6ad4 + 23e1f60 commit 9ed0aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/test/util/submodule_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ describe("SubmoduleUtil", function () {
const repo = yield TestUtil.createSimpleRepository();
const url =
"/Users/peabody/repos/git-meta-demo/scripts/demo/z-bare";
SubmoduleConfigUtil.initSubmodule(repo.workdir(), "z", url);
SubmoduleConfigUtil.initSubmodule(repo.path(), "z", url);
const openSubs = yield SubmoduleUtil.listOpenSubmodules(repo);
assert.deepEqual(openSubs, []);
}));
Expand Down

0 comments on commit 9ed0aff

Please sign in to comment.