Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c36ab61

Browse files
committedFeb 28, 2018
fixing line numbers in expected value
1 parent 7ffef00 commit c36ab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎__tests__/lib/github.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ test('typedef', function() {
104104
})[0].context.github
105105
).toEqual({
106106
path: 'index.js',
107-
url: 'https://github.com/foo/bar/blob/this_is_the_sha/index.js#L1-L4'
107+
url: 'https://github.com/foo/bar/blob/this_is_the_sha/index.js#L2-L5'
108108
});
109109
});

0 commit comments

Comments
 (0)
Please sign in to comment.