Skip to content

Commit

Permalink
fix servicebuilder snippet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 11, 2024
1 parent 45aefa2 commit da50799
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/tests/Snippet/ServiceBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
use Google\Cloud\Logging\LoggingClient;
use Google\Cloud\PubSub\PubSubClient;
use Google\Cloud\Spanner\SpannerClient;
use Google\Cloud\Speech\SpeechClient;
use Google\Cloud\Storage\StorageClient;
use Google\Cloud\Trace\TraceClient;
use Google\Cloud\Translate\TranslateClient;
Expand Down Expand Up @@ -60,7 +59,6 @@ public function serviceBuilderMethods()
['language', LanguageClient::class, 'language'],
['pubsub', PubSubClient::class, 'pubsub'],
['spanner', SpannerClient::class, 'spanner', true],
['speech', SpeechClient::class, 'speech'],
['storage', StorageClient::class, 'storage'],
['trace', TraceClient::class, 'trace'],
['vision', VisionClient::class, 'vision'],
Expand Down

0 comments on commit da50799

Please sign in to comment.