Fix namespace.

This commit is contained in:
James Cole 2020-08-01 05:46:10 +02:00
parent a502594545
commit 8cebd03298
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Tests\Feature\Support; namespace Tests\Unit\Support;
use FireflyIII\Support\Amount; use FireflyIII\Support\Amount;
use Tests\TestCase; use Tests\TestCase;
@ -8,7 +8,6 @@ use Steam;
/** /**
* Class AmountTest * Class AmountTest
* TODO move to correct directory.
*/ */
class AmountTest extends TestCase class AmountTest extends TestCase
{ {