From 95eb5e1862d4d0c851eccc2435bb22679a3fb21b Mon Sep 17 00:00:00 2001 From: seelabs Date: Tue, 1 May 2018 16:26:30 -0400 Subject: [PATCH] Fix manual offer test --- src/test/app/Offer_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/Offer_test.cpp b/src/test/app/Offer_test.cpp index 44f38d94f..48d5b322f 100644 --- a/src/test/app/Offer_test.cpp +++ b/src/test/app/Offer_test.cpp @@ -329,7 +329,7 @@ public: for (auto withFix : {false, true}) { if (!withFix && - features[featureFlow] && features[featureFeeEscalation]) + (features[featureFlow] || features[featureFeeEscalation])) continue; Env env {*this, features};