Skip to content

Commit cd0e2c9

Browse files
committed
chore: update test
1 parent 06d6df1 commit cd0e2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git-api-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('git-api', () => {
3636
// branch there. So it really makes sense to run this
3737
// test locally, but not when committing
3838
it('finds branch in given repo folder', () => {
39-
if (is.emptyString(currentBranch)) {
39+
if (currentBranch === null) {
4040
return
4141
}
4242
console.log('current branch "%s"', currentBranch)

0 commit comments

Comments
 (0)