Skip to content

Commit 146f360

Browse files
authored
Update and rename test_fbprophet.py to test_prophet.py
Matches the new package name from #1150
1 parent 2ac680f commit 146f360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fbprophet.py renamed to tests/test_prophet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from prophet import Prophet
77

8-
class TestFbProphet(unittest.TestCase):
8+
class TestProphet(unittest.TestCase):
99
def test_fit(self):
1010
train = pd.DataFrame({
1111
'ds': np.array(['2012-05-18', '2012-05-20']),

0 commit comments

Comments
 (0)