Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Oct 24, 2023
1 parent b0054c7 commit dac9615
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wicketd/tests/integration_tests/updates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,8 @@ async fn test_updates() {
match terminal_event.kind {
StepEventKind::ExecutionFailed { failed_step, .. } => {
// TODO: obviously we shouldn't stop here, get past more of the
// update process in this test. We currently fail when attempting to
// look up the RoT's CMPA/CFPA.
assert_eq!(failed_step.info.component, UpdateComponent::Rot);
// update process in this test.
assert_eq!(failed_step.info.component, UpdateComponent::Sp);
}
other => {
panic!("unexpected terminal event kind: {other:?}");
Expand Down

0 comments on commit dac9615

Please sign in to comment.