Skip to content

Commit d7ad2b8

Browse files
YooSunYoungnvaytet
andauthored
Fix typo [skip ci]
Co-authored-by: Neil Vaytet <[email protected]>
1 parent d9e6b48 commit d7ad2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/image_normalize_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def test_normalize_workflow(
229229
"Computing normalized sample image stack assuming constant exposure time."
230230
)
231231
with (
232-
# Following warnings are expected to be raise
232+
# Following warnings are expected to be raised
233233
# until we use the correct exposure time in the data files
234234
pytest.warns(expected_warning=UserWarning, match=mean_ob_warning_msg),
235235
pytest.warns(expected_warning=UserWarning, match=mean_dc_warning_msg),

0 commit comments

Comments
 (0)