Skip to content

Commit 0dc9a47

Browse files
committed
format
1 parent 5fdb6f9 commit 0dc9a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Providers/Gemini/GeminiStreamTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
);
3939

4040
// Verify the HTTP request
41-
Http::assertSent(fn(Request $request): bool => str_contains($request->url(), 'streamGenerateContent?alt=sse')
41+
Http::assertSent(fn (Request $request): bool => str_contains($request->url(), 'streamGenerateContent?alt=sse')
4242
&& isset($request->data()['contents']));
4343
});
4444

0 commit comments

Comments
 (0)