Skip to content

Commit

Permalink
Remove ginga-specific test code
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Aug 27, 2021
1 parent 958e7de commit 69d16b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astrowidgets/tests/widget_api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def test_width_height(self):
self.image.image_height = height
assert self.image.image_width == width
assert self.image.image_height == height
assert self.image.viewer.get_window_size() == (width, height)

def test_load_fits(self):
hdu = fits.PrimaryHDU(data=self.data)
Expand Down

0 comments on commit 69d16b9

Please sign in to comment.