Skip to content

Commit 395b904

Browse files
committed
Fixed unit test
1 parent 37fdb7c commit 395b904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cut_plotter_presenter_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def test_propagate_sample_temperatures_throughout_cache(self):
337337
def test_missing_sample_temperature(self):
338338
ax = mock.MagicMock()
339339
self.populate_presenter_cache_dict(ax)
340-
cut_1, cut_2 = self.cut_plotter_presenter._cut_cache_dict[ax]
340+
cut_1, cut_2, cut_3 = self.cut_plotter_presenter._cut_cache_dict[ax]
341341
cut_1.sample_temp = 120
342342
self.cut_plotter_presenter._get_overall_max_signal(
343343
IntensityType.SCATTERING_FUNCTION

0 commit comments

Comments
 (0)