Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 authored and github-actions[bot] committed Feb 13, 2024
1 parent 5625cbe commit c4118c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
$client->predict([], fnIndex: 6, raw: true);
$client->predict(['hi'], fnIndex: 2, raw: true);
$client->predict([null, null], fnIndex: 3, raw: true);
$response = $client->predict([null, null, "", 0.9, 256, 0.6, 1.2], fnIndex: 4);
$response = $client->predict([null, null, '', 0.9, 256, 0.6, 1.2], fnIndex: 4);

$value = $response->getOutput();

Expand Down

0 comments on commit c4118c0

Please sign in to comment.