Skip to content

Commit

Permalink
Update tests/mbt/model/ccv_model.qnt
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <[email protected]>
  • Loading branch information
p-offtermatt and insumity authored Dec 8, 2023
1 parent d103bda commit 5d97774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mbt/model/ccv_model.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module ccv_model {
// but it's probably not much faster than just trying and failing.
all {
runningConsumers.size() > 0, // ensure there is a running consumer, otherwise this action does not make sense
nondet recciver = oneOf(runningConsumers)
nondet receiver = oneOf(runningConsumers)
DeliverVscPacket(recciver),
},
}
Expand Down

0 comments on commit 5d97774

Please sign in to comment.