Skip to content

Commit

Permalink
fix: rebalancing_perion for tests it potrfolio section was 'annualy' …
Browse files Browse the repository at this point in the history
…has become 'year'
  • Loading branch information
vkhomyakov committed Dec 22, 2023
1 parent 8dc7987 commit 2a9af2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def init_portfolio_values():
first_date="2015-01",
last_date="2020-01",
inflation=True,
rebalancing_period="annually",
rebalancing_period="year",
symbol="pf1.PF",
)

Expand Down

0 comments on commit 2a9af2e

Please sign in to comment.