Fix manual offer test

This commit is contained in:
seelabs
2018-05-01 16:26:30 -04:00
parent dc0d5996e2
commit 95eb5e1862

View File

@@ -329,7 +329,7 @@ public:
for (auto withFix : {false, true}) for (auto withFix : {false, true})
{ {
if (!withFix && if (!withFix &&
features[featureFlow] && features[featureFeeEscalation]) (features[featureFlow] || features[featureFeeEscalation]))
continue; continue;
Env env {*this, features}; Env env {*this, features};