We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f4ec8 commit b4fce81Copy full SHA for b4fce81
1 file changed
test/convenience-tree.js
@@ -6,7 +6,7 @@ var sha = '5716e9757886eaf38d51c86b192258c960d9cfea';
6
var fileCount = 512; // Number of blob & blob executabless
7
8
exports.walk = function(test) {
9
- test.expect(516);
+ test.expect(515);
10
11
git.repo('../.git', function(error, repo) {
12
repo.commit(sha, function(error, commit) {
0 commit comments