File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public function to_request_params_includes_required_info()
94
94
95
95
$ this ->assertEquals ([
96
96
'id ' => 'id ' ,
97
- 'hash ' => '7580494fda334fc2329cdde34ad4a1d1 ' ,
97
+ 'hash ' => 'e3db0a2768764be87d79e90063d21009 ' ,
98
98
'language ' => 'new language ' ,
99
99
'theme ' => 'new theme ' ,
100
100
'code ' => 'new code ' ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function it_sends_a_simple_request_with_no_response()
45
45
Http::assertSent (function ($ request ) {
46
46
return $ request ['blocks ' ][0 ] === [
47
47
'id ' => 'component ' ,
48
- 'hash ' => 'fe47ca550596fd0cea4664cc73774bcb ' ,
48
+ 'hash ' => '66192c35bf8a710bee532ac328c76977 ' ,
49
49
'language ' => 'php ' ,
50
50
'theme ' => 'material-theme-palenight ' ,
51
51
'code ' => 'echo "hello world"; ' ,
You can’t perform that action at this time.
0 commit comments