Skip to content

Commit a03c0d6

Browse files
committed
Test with a non-square image instead of a square image
1 parent 32e06b9 commit a03c0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/astro_image_display_api/widget_api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ImageWidgetAPITest:
2020
@pytest.fixture
2121
def data(self):
2222
rng = np.random.default_rng(1234)
23-
return rng.random((100, 100))
23+
return rng.random((100, 150))
2424

2525
@pytest.fixture
2626
def wcs(self):

0 commit comments

Comments
 (0)