Skip to content

Commit

Permalink
test service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed May 1, 2024
1 parent 8caaacf commit 5529d5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 217 deletions.
216 changes: 0 additions & 216 deletions tests/Facades/OpenAI.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/ServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

use Illuminate\Config\Repository;
use Anthropic\Client;
use Anthropic\Contracts\ClientContract;
use Anthropic\Laravel\Exceptions\ApiKeyIsMissing;
use Anthropic\Laravel\ServiceProvider;
use Illuminate\Config\Repository;

it('binds the client on the container', function () {
$app = app();
Expand Down

0 comments on commit 5529d5d

Please sign in to comment.