TF-2628 [Part-2] Add attachment property to DownloadAttachmentForWebFailure & ViewAttachmentForWebFailure

This commit is contained in:
DatDang
2024-02-27 15:58:59 +07:00
committed by Dat H. Pham
parent ab8544c3ad
commit 6fe62cb068
6 changed files with 20 additions and 4 deletions
@@ -55,6 +55,7 @@ void main() {
(_) => Stream.value(
Left(
DownloadAttachmentForWebFailure(
attachmentBlobId: testAttachment.blobId,
taskId: testDownloadTaskId,
exception: testException,
),
@@ -74,6 +75,7 @@ void main() {
emitsInOrder([
Left(
ViewAttachmentForWebFailure(
attachmentBlobId: testAttachment.blobId,
taskId: testDownloadTaskId,
exception: testException,
),