Skip to content

Commit 879b3e4

Browse files
Pigbibiclaude
andcommitted
fix: 顺序读取模式下移除不可达的 timing 断言(3c799f1遗留)
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 32dae1b commit 879b3e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/strategy_switch_worker_validation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ try {
12381238
);
12391239
assert.equal(currentStrategies.schwab.default.min_reserved_cash_usd, "150");
12401240
assert.equal(currentStrategies.schwab.default.reserved_cash_ratio, "0.03");
1241-
assert.equal(runtimeTargetStartedBeforeReservedVariablesFinished, true);
1241+
assert.equal(currentStrategies.schwab.default.strategy_profile, "soxl_soxx_trend_income");
12421242
} finally {
12431243
clearTimeout(reservedVariableFallback);
12441244
globalThis.fetch = originalFetch;

0 commit comments

Comments
 (0)