@@ -104,7 +104,7 @@ require('tap').test('basic', function (t) {
104
104
type : 'git' ,
105
105
saveSpec : 'git+ssh://git@notgithub.com/user/foo' ,
106
106
fetchSpec : 'ssh://git@notgithub.com/user/foo' ,
107
- gitCommittish : 'master' ,
107
+ gitCommittish : null ,
108
108
raw : 'git+ssh://git@notgithub.com/user/foo'
109
109
} ,
110
110
@@ -114,7 +114,7 @@ require('tap').test('basic', function (t) {
114
114
type : 'git' ,
115
115
saveSpec : 'git+ssh://git@notgithub.com:user/foo' ,
116
116
fetchSpec : 'git@notgithub.com:user/foo' ,
117
- gitCommittish : 'master' ,
117
+ gitCommittish : null ,
118
118
raw : 'git+ssh://git@notgithub.com:user/foo'
119
119
} ,
120
120
@@ -124,7 +124,7 @@ require('tap').test('basic', function (t) {
124
124
type : 'git' ,
125
125
saveSpec : 'git+ssh://mydomain.com:foo' ,
126
126
fetchSpec : 'mydomain.com:foo' ,
127
- gitCommittish : 'master' ,
127
+ gitCommittish : null ,
128
128
raw : 'git+ssh://mydomain.com:foo'
129
129
} ,
130
130
@@ -184,7 +184,7 @@ require('tap').test('basic', function (t) {
184
184
type : 'git' ,
185
185
saveSpec : 'git+ssh://mydomain.com:1234/hey' ,
186
186
fetchSpec : 'ssh://mydomain.com:1234/hey' ,
187
- gitCommittish : 'master' ,
187
+ gitCommittish : null ,
188
188
raw : 'git+ssh://mydomain.com:1234/hey'
189
189
} ,
190
190
0 commit comments