Skip to content

Commit 67476d2

Browse files
committed
gh-28 Fix unit test
Signed-off-by: Victor Chang <[email protected]>
1 parent fd7ea3d commit 67476d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public async Task<StowResult> Save(IList<Stream> streams, string studyInstanceUi
8383
}
8484
}
8585

86-
if (_storedCount == 0)
86+
if (_storedCount == 0 && _failureCount == 0)
8787
{
8888
return new StowResult { StatusCode = StatusCodes.Status204NoContent };
8989
}

0 commit comments

Comments
 (0)