We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cac7f commit 6c53207Copy full SHA for 6c53207
tests/Unit/OpenAIDriverUnitTest.php
@@ -16,7 +16,7 @@
16
$context = AIRequestContext::create();
17
$context->setModel('test');
18
19
- $driver = new OpenAIDriver();
+ $driver = new OpenAIDriver;
20
21
$driver->run($context);
22
})->throws(ConduitProviderNotAvailableException::class);
@@ -31,7 +31,7 @@
31
32
33
34
35
36
37
})->throws(ConduitProviderRateLimitExceededException::class);
@@ -46,7 +46,7 @@
46
47
48
49
50
51
52
})->throws(ConduitException::class);
0 commit comments