Skip to content

Commit ce582b2

Browse files
committed
Make ISREVERTEXPECTED_CELL and ACTIVE_CELL concrete in CSE
1 parent 2310dd7 commit ce582b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kontrol/prove.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,9 +977,9 @@ def _init_cterm(
977977
init_subst.update(init_subst_test)
978978
else:
979979
# CSE needs to be agnostic of the following Kontrol cells
980-
del init_subst['ACTIVE_CELL']
980+
# `prank`'s `<active>` and `expectRevert`'s `<isRevertExpected>` cells are `false`
981+
# to avoid branching in nested summaries
981982
del init_subst['ISEVENTEXPECTED_CELL']
982-
del init_subst['ISREVERTEXPECTED_CELL']
983983
del init_subst['RECORDEVENT_CELL']
984984
del init_subst['SINGLECALL_CELL']
985985

0 commit comments

Comments
 (0)