Skip to content

Commit 69d16b9

Browse files
committed
Remove ginga-specific test code
1 parent 958e7de commit 69d16b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astrowidgets/tests/widget_api_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def test_width_height(self):
2525
self.image.image_height = height
2626
assert self.image.image_width == width
2727
assert self.image.image_height == height
28-
assert self.image.viewer.get_window_size() == (width, height)
2928

3029
def test_load_fits(self):
3130
hdu = fits.PrimaryHDU(data=self.data)

0 commit comments

Comments
 (0)