From 1fec446ce0f877217f35353090c0556636b725d0 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Thu, 28 May 2020 01:30:25 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20=D0=9D=D0=94=D0=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Unit/VatTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Unit/VatTest.php b/tests/Unit/VatTest.php index 82f3261..57f15d3 100644 --- a/tests/Unit/VatTest.php +++ b/tests/Unit/VatTest.php @@ -44,8 +44,8 @@ class VatTest extends BasicTestCase return [ [VatTypes::NONE, 100, 0, 0], [VatTypes::VAT0, 100, 0, 0], - [VatTypes::VAT10, 100, 10, 12], - [VatTypes::VAT18, 100, 18, 21.6], + [VatTypes::VAT10, 100, 9.09, 10.9], + [VatTypes::VAT18, 100, 15.25, 18.3], ]; } } \ No newline at end of file