@@ -26,7 +26,7 @@ |
||
26 | 26 | $I = $this->tester; |
27 | 27 | $I->describe('income tax calculations'); |
28 | 28 | |
29 | - $I->verifyThat('income calculator honors tax rules for different ranges of income', function (TestGuy $I) use ($service) { |
|
29 | + $I->verifyThat('income calculator honors tax rules for different ranges of income', function(TestGuy $I) use ($service) { |
|
30 | 30 | $I->lookAt('income tax'); |
31 | 31 | |
32 | 32 | $I->expectThat('for income less that 50 000 calculator use 10% tax rule'); |