Skip to content

Commit e2fedef

Browse files
aarondfrancisStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 53ccc4c commit e2fedef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/MiddlewareAndComponentTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ public function it_sends_a_simple_request_with_no_response()
6666

6767
Http::assertSent(function ($request) {
6868
return $request['blocks'][0] === [
69-
'id' => 'real_response_id',
70-
'hash' => 'e99681f5450cbaf3774adc5eb74d637f',
71-
'language' => 'php',
72-
'theme' => 'material-theme-palenight',
73-
'code' => 'echo "hello world";',
74-
];
69+
'id' => 'real_response_id',
70+
'hash' => 'e99681f5450cbaf3774adc5eb74d637f',
71+
'language' => 'php',
72+
'theme' => 'material-theme-palenight',
73+
'code' => 'echo "hello world";',
74+
];
7575
});
7676
}
7777

0 commit comments

Comments
 (0)