mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Minor rebalancing to stock market. Updated documentation and tests for recent changes
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user