Skip to content

Commit

Permalink
change unit test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Jun 4, 2024
1 parent 857a310 commit 2b152b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/tweakreg/tests/test_tweakreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_tweakreg_step(example_input, with_shift):


@pytest.mark.parametrize("alignment_type", ['', 'abs_'])
def test_src_confusion_pars_test(example_input, alignment_type):
def test_src_confusion_pars(example_input, alignment_type):
# assign images to different groups (so they are aligned to each other)
example_input[0].meta.group_id = 'a'
example_input[1].meta.group_id = 'b'
Expand Down

0 comments on commit 2b152b1

Please sign in to comment.