Skip to content

Commit

Permalink
Merge pull request #133 from lsst/tickets/DM-21365
Browse files Browse the repository at this point in the history
DM-21365: Fix test breakage
  • Loading branch information
timj committed Sep 19, 2019
2 parents a122335 + 8e868c6 commit 8246ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ucdcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def setUp(self):
)

self.setUp_camera(camera_name='lsstCam',
n_detectors=3,
n_detectors=4,
first_detector_name='R00_S00',
plate_scale=20.0 * arcseconds,
)
Expand Down

0 comments on commit 8246ace

Please sign in to comment.