Skip to content

Commit

Permalink
Remove unnecessary immutable flag in tests
Browse files Browse the repository at this point in the history
Ref. #47, #382
  • Loading branch information
treiher authored and Alexander Senier committed Aug 18, 2020
1 parent d114a11 commit 1997539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_substitution_relation_aggregate(
"Equal",
[
expr.Variable("Ctx"),
expr.Variable("F_Value", immutable=True),
expr.Variable("F_Value"),
expr.Aggregate(
expr.Val(expr.Variable("Types.Byte"), expr.Number(1)),
expr.Val(expr.Variable("Types.Byte"), expr.Number(2)),
Expand Down

0 comments on commit 1997539

Please sign in to comment.