Skip to content

Commit

Permalink
add error
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Sep 16, 2024
1 parent faec75c commit c7044f0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ export class RunsPerDataPassOverviewModel extends FixedPdpBeamTypeRunsOverviewMo
this._skimmableRuns$.setCurrent(RemoteData.failure(error));

Check warning on line 143 in lib/public/views/Runs/RunPerDataPass/RunsPerDataPassOverviewModel.js

View check run for this annotation

Codecov / codecov/patch

lib/public/views/Runs/RunPerDataPass/RunsPerDataPassOverviewModel.js#L143

Added line #L143 was not covered by tests
}
},
Other: () => null,
Other: () => {
throw new Error('Need to successfully fetch skimmable runs in order to update them');

Check warning on line 147 in lib/public/views/Runs/RunPerDataPass/RunsPerDataPassOverviewModel.js

View check run for this annotation

Codecov / codecov/patch

lib/public/views/Runs/RunPerDataPass/RunsPerDataPassOverviewModel.js#L146-L147

Added lines #L146 - L147 were not covered by tests
},
});
}

Expand Down

0 comments on commit c7044f0

Please sign in to comment.