Skip to content

Commit 3032722

Browse files
committed
Fix test
1 parent ddefd86 commit 3032722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/view/prsTree.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('GitHub Pull Requests view', function () {
186186
p.databaseId(1111);
187187
p.number(1111);
188188
p.title('zero');
189-
p.author(a => a.login('me').avatarUrl('https://avatars.com/me.jpg').url('https://github.com/me'));
189+
p.author(a => a.login('me').avatarUrl('https://githubusercontent.com/me.jpg').url('https://githubusercontent.com/me'));
190190
p.baseRef!(b => b.repository(br => br.url('https://github.com/aaa/bbb')));
191191
p.baseRepository(r => r.url('https://github.com/aaa/bbb'));
192192
}),

0 commit comments

Comments
 (0)