Skip to content

Commit

Permalink
Fix pytest mark
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Jan 17, 2025
1 parent 63cb251 commit 9fb7d2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def test_call_bound_program_with_already_bound_arg(cartesian_case, bound_args_te
)


@pytest.mark.uses_arg_with_non_zero_domain_start
@pytest.mark.uses_origin
def test_direct_fo_call_with_domain_arg(cartesian_case):
@field_operator
def testee(inp: IField) -> IField:
Expand Down

0 comments on commit 9fb7d2e

Please sign in to comment.