Skip to content

Commit

Permalink
fix test name to match others
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jul 29, 2020
1 parent e395aa3 commit d8a8192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jointcal_hsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_jointcalTask_2_visits_simpleMagnitude_colorterms_no_library(self):
with self.assertRaises(lsst.pex.config.FieldValidationError):
self._testJointcalTask(2, None, None, pa1)

def testJointcalTask_2_visits_simple_astrometry_no_photometry(self):
def test_JointcalTask_2_visits_simple_astrometry_no_photometry(self):
"""Test turning off fitting photometry."""
metrics = {'collected_astrometry_refStars': 568,
'selected_astrometry_refStars': 137,
Expand Down

0 comments on commit d8a8192

Please sign in to comment.