Skip to content

Commit

Permalink
Add additional assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Wenjie Ma <[email protected]>
  • Loading branch information
euclidgame committed Aug 25, 2023
1 parent 75f5198 commit aec117e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controller_examples/rabbitmq_controller/proof/safety.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ proof fn lemma_always_response_at_after_get_stateful_set_step_is_sts_get_respons
assert(s.message_in_flight(msg));
assert(sts_get_response_msg(key)(msg));
},
Step::ExternalAPIStep(input) => {
assert(input.get_Some_0() != msg);
assert(s.message_in_flight(msg));
},
_ => {
assert(sts_get_response_msg(key)(msg));
}
Expand Down

0 comments on commit aec117e

Please sign in to comment.