X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/81fe83601b7c2628573bcc06662b9677cd76c3d2..e090d7932a34cc001b88d03ecefdbabdd2301637:/tests/test_tariff.cpp diff --git a/tests/test_tariff.cpp b/tests/test_tariff.cpp index 90c91d31..188aee8a 100644 --- a/tests/test_tariff.cpp +++ b/tests/test_tariff.cpp @@ -418,7 +418,7 @@ namespace tut td.tariffConf.fee = 100; TARIFF_IMPL equal(td); - ensure_equals("Prohibit equal", tariff.TariffChangeIsAllowed(equal).empty(), false); + ensure_equals("Allow equal", tariff.TariffChangeIsAllowed(equal).empty(), true); td.tariffConf.fee = 150; TARIFF_IMPL expensive(td);