Skip to content

Commit

Permalink
test: update tests with new landToTotalRatio param
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Dec 5, 2024
1 parent dfc394e commit c9db4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/models/tenure/FairholdLandRent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ beforeEach(() => {
tenureFairholdLandRent = new FairholdLandRent({
averageRentYearly: 20000,
incomeYearly: 45816,
averagePrice: 218091.58,
newBuildPrice: 186560,
depreciatedBuildPrice: 110717.45,
landPrice: 31531.579,
landToTotalRatio: 0.1446,
...DEFAULT_FORECAST_PARAMETERS,
fairhold: new Fairhold({
affordability: 0.2,
Expand Down
3 changes: 1 addition & 2 deletions app/models/tenure/MarketRent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ beforeEach(() => {
tenureMarketRent = new MarketRent({
averageRentYearly: 20000,
incomeYearly: 45816,
averagePrice: 218091.58,
newBuildPrice: 186560,
depreciatedBuildPrice: 110717.45,
landPrice: 31531.579,
landToTotalRatio: 0.1446,
forecastParameters: forecastParameters,
});
});
Expand Down

0 comments on commit c9db4b6

Please sign in to comment.