Skip to content

Commit 7571099

Browse files
committed
Update hashes for lack of options
1 parent d1e1bd0 commit 7571099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/BlockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function to_request_params_includes_required_info()
9494

9595
$this->assertEquals([
9696
'id' => 'id',
97-
'hash' => '7580494fda334fc2329cdde34ad4a1d1',
97+
'hash' => 'e3db0a2768764be87d79e90063d21009',
9898
'language' => 'new language',
9999
'theme' => 'new theme',
100100
'code' => 'new code',

tests/MiddlewareAndComponentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function it_sends_a_simple_request_with_no_response()
4545
Http::assertSent(function ($request) {
4646
return $request['blocks'][0] === [
4747
'id' => 'component',
48-
'hash' => 'fe47ca550596fd0cea4664cc73774bcb',
48+
'hash' => '66192c35bf8a710bee532ac328c76977',
4949
'language' => 'php',
5050
'theme' => 'material-theme-palenight',
5151
'code' => 'echo "hello world";',

0 commit comments

Comments
 (0)