Skip to content

Commit aac4cb7

Browse files
author
Ændrew Rininsland
committed
The test for getSha probably doesn't need to verify a specific SHA.
1 parent 6f04f13 commit aac4cb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test.repo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ describe('Github.Repository', function() {
123123
it('should get a SHA from a repo', function(done) {
124124
repo.getSha('master', '.gitignore', function(err, sha) {
125125
should.not.exist(err);
126-
sha.should.equal('743f72052be92b3e7f42b8318f2663a9011ef5be');
127126
done();
128127
});
129128
});

0 commit comments

Comments
 (0)