Skip to content

Commit 2b447dc

Browse files
committed
chore: Fix unit test
1 parent fb9ff03 commit 2b447dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/stream-chat-angular/src/lib/attachment-configuration.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('AttachmentConfigurationService', () => {
9595

9696
expect(service.getVideoAttachmentConfiguration(attachment)).toEqual({
9797
url: 'url/to/video',
98-
height: '400px',
98+
height: '100%',
9999
width: '100%',
100100
});
101101
});

0 commit comments

Comments
 (0)