Skip to content

Commit

Permalink
update expected output due to change of names for substitution variables
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple committed Jun 19, 2024
1 parent bf165ba commit eeb8994
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyk/src/tests/integration/kore/test_kore_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,16 @@ def state(n: int) -> State:
term=term(3),
rule_id='ae0c978867ef4cc5cbfbadf7be2ff55e30e59465697ceaffa1d9fd5343a21fc6',
rule_substitution={
EVar('GCC', SORT_GENERATED_COUNTER_CELL): EVar("Var'Unds'DotVar0", SORT_GENERATED_COUNTER_CELL),
EVar('K', SORT_K): EVar("Var'Unds'DotVar1", SORT_K),
EVar('GCC', SORT_GENERATED_COUNTER_CELL): EVar("RuleVar'Unds'DotVar0", SORT_GENERATED_COUNTER_CELL),
EVar('K', SORT_K): EVar("RuleVar'Unds'DotVar1", SORT_K),
},
),
State(
term=term(4),
rule_id='37a544ff4b6da9b4fb839f86d2ad51b770bcaf3dd578b716c38cf0da33458374',
rule_substitution={
EVar('GCC', SORT_GENERATED_COUNTER_CELL): EVar("Var'Unds'DotVar0", SORT_GENERATED_COUNTER_CELL),
EVar('K', SORT_K): EVar("Var'Unds'DotVar1", SORT_K),
EVar('GCC', SORT_GENERATED_COUNTER_CELL): EVar("RuleVar'Unds'DotVar0", SORT_GENERATED_COUNTER_CELL),
EVar('K', SORT_K): EVar("RuleVar'Unds'DotVar1", SORT_K),
},
),
),
Expand Down

0 comments on commit eeb8994

Please sign in to comment.