Skip to content

Commit

Permalink
core: fix types in test
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jul 29, 2024
1 parent 4811da4 commit be8ec8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from momba.moml import expr


def test_expr_array_idx():
def test_expr_array_idx() -> None:
assert expr("x[3][4]") == model.expressions.ArrayAccess(
model.expressions.ArrayAccess(
model.expressions.Name("x"), model.expressions.IntegerConstant(3)
Expand Down

0 comments on commit be8ec8b

Please sign in to comment.