Minor rebalancing to stock market. Updated documentation and tests for recent changes

This commit is contained in:
danielyxie
2019-06-11 00:18:14 -07:00
parent 7301946236
commit 931de230ae
5 changed files with 42 additions and 26 deletions

View File

@@ -1293,7 +1293,7 @@ describe("Stock Market Tests", function() {
// Use 1e3 for numCycles to force a change
// (This may break later if numbers are rebalanced);
influenceStockThroughCompanyWork(company, 1, 1e3);
influenceStockThroughCompanyWork(company, 1, 500);
expect(stock.otlkMagForecast).to.equal(oldSecondOrderForecast + forecastForecastChangeFromCompanyWork);
});