From e8b374d0f29e0ccb705a9daaf7a4d6b7501d9a9e Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Mon, 3 Jul 2023 16:05:38 +1000 Subject: [PATCH] Remove left over comment --- spec/system/consumer/split_checkout_tax_not_incl_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/system/consumer/split_checkout_tax_not_incl_spec.rb b/spec/system/consumer/split_checkout_tax_not_incl_spec.rb index 196b130ad9..09bc8e48f4 100644 --- a/spec/system/consumer/split_checkout_tax_not_incl_spec.rb +++ b/spec/system/consumer/split_checkout_tax_not_incl_spec.rb @@ -151,10 +151,6 @@ describe "As a consumer, I want to see adjustment breakdown" do end # DB check - #order_within_zone.reload - #voucher_adjustment = order_within_zone.voucher_adjustments.first - #voucher_tax_adjustment = order_within_zone.voucher_adjustments.second - assert_db_voucher_adjustment(-8.85, -1.15) end