Skip to content

Commit

Permalink
bugfix for bugfix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean DeLongchamp committed Sep 4, 2024
1 parent 4d976de commit fbb0c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_SST1DBLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_SST1DB_load_snake_scan_explicit_dims(sstdb):

@must_have_tiled
def test_SST1DB_exposurewarnings(sstdb):
with pytest.warns(UserWarning, match="Wide Angle CCD Detector isreported as underexposed"):
with pytest.warns(UserWarning, match="Wide Angle CCD Detector is reported as underexposed"):
sstdb.loadRun(83192)
with pytest.warns(UserWarning, match="Wide Angle CCD Detector is reported as saturated"):
sstdb.loadRun(67522)

0 comments on commit fbb0c57

Please sign in to comment.