Skip to content

Commit

Permalink
Move News tests to Model namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
NFarrington committed Dec 24, 2019
1 parent 69451c9 commit 0810649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/NewsTest.php → tests/Unit/Models/NewsTest.php
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit;
namespace Tests\Unit\Models;

use App\Models\News;
use Illuminate\Foundation\Testing\RefreshDatabase;
Expand Down

0 comments on commit 0810649

Please sign in to comment.