TF-2628 [Part-2] Add attachment property to DownloadAttachmentForWebFailure & ViewAttachmentForWebFailure
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user