Skip to content

Commit 4bec792

Browse files
committed
correct expected result
1 parent 7ab4dfb commit 4bec792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/test/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_impact_pass(self):
105105
myimp.calc(myent.exposures, myent.impact_funcs, myhaz)
106106
ifc = myimp.calc_freq_curve()
107107
myfig, _ = ifc.plot()
108-
self.assertIn('demo_today x atl_prob',\
108+
self.assertIn('Exceedance frequency curve',\
109109
myfig._suptitle.get_text())
110110

111111
ifc2 = ImpactFreqCurve()

0 commit comments

Comments
 (0)