Skip to content

Commit 872a578

Browse files
committed
fix: Fix failing unit test
1 parent b592d46 commit 872a578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/stream-chat-angular/src/lib/avatar/avatar.component.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ describe('AvatarComponent', () => {
99
let component: AvatarComponent;
1010
let fixture: ComponentFixture<AvatarComponent>;
1111
let nativeElement: HTMLElement;
12-
const imageUrl = 'https://picsum.photos/200/300';
12+
const imageUrl =
13+
'https://fastly.picsum.photos/id/615/200/300.jpg?hmac=ehJCfeXO1-ZbwBXgbYKroA97kTtoPKNoyEbCxnzsYfU';
1314
let queryImg: () => HTMLImageElement | null;
1415
let queryFallbackImg: () => HTMLImageElement | null;
1516
let queryOnlineIndicator: () => HTMLElement | null;

0 commit comments

Comments
 (0)