Skip to content

Commit

Permalink
fix nits in MBT model after merging #1676 from main
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Mar 13, 2024
1 parent c689111 commit 5d54702
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 @@ -255,7 +255,7 @@ module ccv_model {
// As a a `Run`, it is only used in tests, not during simulation or verification.
run EndProviderEpoch(
timeAdvancement: Time,
consumersToStart: Set[Chain],
consumersToStart: Set[ConsumerAdditionMsg],
consumersToStop: Set[Chain]
): bool =
epochLength.reps(
Expand Down

0 comments on commit 5d54702

Please sign in to comment.