Skip to content

Commit

Permalink
Remove sanity check script
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Oct 2, 2023
1 parent 289ccad commit 45cfc5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/difference/core/quint_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,4 @@ The available sanity checks are:
- CanStopConsumer
- CanTimeoutConsumer
- CanSendVSCPackets
- CanSendVSCMaturedPackets

Run all sanity checks by running `run_sanity_checks.sh`.
- CanSendVSCMaturedPackets
4 changes: 2 additions & 2 deletions tests/difference/core/quint_model/ccv.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,9 @@ module CCV {
"currentValidatorSet", providerStateAfterConsumerAdvancement.chainState.currentValidatorSet
)
)
(consumer, newConsumerState)
newConsumerState
} else {
(consumer, currentState.consumerStates.get(consumer))
currentState.consumerStates.get(consumer)
}
)
val newState = currentState.with(
Expand Down
1 change: 0 additions & 1 deletion tests/difference/core/quint_model/run_sanity_checks.sh

This file was deleted.

0 comments on commit 45cfc5c

Please sign in to comment.