Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Dec 16, 2024
1 parent cb4ff82 commit d4ab082
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_particlegroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ def array_key(request):
return request.param


@pytest.fixture(params=ARRAY_KEYS)
def array_key2(request):
return request.param
array_key2 = array_key


@pytest.fixture(params=OPERATORS)
Expand Down

0 comments on commit d4ab082

Please sign in to comment.