Skip to content

Commit 538b465

Browse files
committed
Fixed Temp test to specify glob_str as this zip contains, summed, etc mythen files
1 parent 7e3dcbb commit 538b465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_inisitu_xrd_block.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def test_block_temperature_mode(pytestconfig):
1313
block.data["time_series_source"] = "log"
1414
block.data["xrd_folder_name"] = "43_up"
1515
block.data["time_series_folder_name"] = "log"
16+
block.data["glob_str"] = "*summed*"
1617
block.generate_insitu_xrd_plot(file_path=test_data_zip, link_plots=True)
1718

1819
assert block.data["bokeh_plot_data"] is not None

0 commit comments

Comments
 (0)