101289: Fixed test issues

This commit is contained in:
lotte
2023-06-08 16:42:25 +02:00
parent a936878c96
commit 9d2fed4186
4 changed files with 37 additions and 18 deletions

View File

@@ -612,7 +612,7 @@ export class EditBitstreamPageComponent implements OnInit, OnDestroy {
bundle$ = completedBundleRd$.pipe(
map((bundleRd: RemoteData<Bundle>) => {
if (bundleRd.hasSucceeded) {
return bundleRd.payload
return bundleRd.payload;
} else {
return this.bundle;
}