mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix namespace.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Feature\Support;
|
||||
namespace Tests\Unit\Support;
|
||||
|
||||
use FireflyIII\Support\Amount;
|
||||
use Tests\TestCase;
|
||||
@@ -8,7 +8,6 @@ use Steam;
|
||||
|
||||
/**
|
||||
* Class AmountTest
|
||||
* TODO move to correct directory.
|
||||
*/
|
||||
class AmountTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user