Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c86cbf0

Browse files
committed
Fix broken file patch symlink test
@smashwilson curious why you added the 'selected' class in fb07191
1 parent 0c3d099 commit c86cbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/file-patch.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ describe('integration: file patches', function() {
514514
await patchContent(
515515
'unstaged', 'sample.js',
516516
[repoPath('target.txt'), 'added', 'selected'],
517-
[' No newline at end of file', 'nonewline', 'selected'],
517+
[' No newline at end of file', 'nonewline'],
518518
);
519519

520520
assert.isTrue(getPatchItem('unstaged', 'sample.js').find('.github-FilePatchView-metaTitle').exists());

0 commit comments

Comments
 (0)