Skip to content

Commit

Permalink
Fix copy/paste bug in test case name.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Dec 2, 2024
1 parent 560823b commit fba0c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reprocess_visit_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def make_visit_summary(summary=None, psf=None, wcs=None, photo_calib=None, detec
return summary


class CalibrateImageTaskTests(lsst.utils.tests.TestCase):
class ReprocessVisitImageTaskTests(lsst.utils.tests.TestCase):
def setUp(self):
# Different x/y dimensions so they're easy to distinguish in a plot,
# and non-zero minimum, to help catch xy0 errors.
Expand Down

0 comments on commit fba0c52

Please sign in to comment.