Skip to content

Commit c36ab61

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)