Removed stock market price movement. Now only forecast is influenced by big transactions

This commit is contained in:
danielyxie
2019-05-22 19:12:06 -07:00
parent 6effda29a9
commit c485fdfa87
13 changed files with 236 additions and 754 deletions
@@ -593,16 +593,6 @@ describe("Netscript Dynamic RAM Calculation/Generation Tests", function() {
await testNonzeroDynamicRamCost(f);
});
it("getStockPurchaseCost()", async function() {
const f = ["getStockPurchaseCost"];
await testNonzeroDynamicRamCost(f);
});
it("getStockSaleGain()", async function() {
const f = ["getStockSaleGain"];
await testNonzeroDynamicRamCost(f);
});
it("buyStock()", async function() {
const f = ["buyStock"];
await testNonzeroDynamicRamCost(f);