Fixed tests

This commit is contained in:
Dolan
2017-06-08 02:31:06 +01:00
parent 2dc0287a6b
commit 7097c37505
6 changed files with 9 additions and 9 deletions

View File

@@ -48,6 +48,6 @@ result = Git.Attr.value("attr");
const blameOptions = new Git.BlameOptions();
Git.Branch.lookup(repo, "branch_name", Git.Branch.BRANCH.LOCAL).then(function (reference) {
Git.Branch.lookup(repo, "branch_name", Git.Branch.BRANCH.LOCAL).then((reference) => {
// Use reference
});