Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Apr 2, 2024
1 parent 068109e commit d682315
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
use Biigle\Modules\MetadataIfdo\ImageIfdoParser;
use Biigle\Modules\MetadataIfdo\MetadataIfdoServiceProvider;
use Biigle\Modules\MetadataIfdo\VideoIfdoParser;
use Biigle\Services\MetadataParsing\ImageIfdoParser;
use Biigle\Services\MetadataParsing\ParserFactory;
use TestCase;

class MetadataIfdoServiceProvider extends TestCase
class MetadataIfdoServiceProviderTest extends TestCase
{
public function testServiceProvider()
{
Expand Down

0 comments on commit d682315

Please sign in to comment.